You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »


Some RX MCU peripherals use only fixed interrupt vectors, while some others also use software configurable interrupt vectors.
The software configurable interrupt vectors can configure which interrupt is enable by user depending on the application.

It depends on which driver is used if you use a software configurable interrupt.

  • in case of code generator (the component name starts with "Config")
    You will get the following error, and it needs to select the interrupt setting in How to set the software conifugurable interrupt section:
  • in case of FIT module (the component name starts with "r_")
    In general, the software configurable interrupt setting treats as automatically.
    It may not assign the vector table, so please check the behavior is wrong.
    Please check below section

How to set the software conifugurable interrupt

This is an example for GTCIU2 setting in GPT:

 
To resolve this error, you must configure additional interrupt settings in the "Interrupt tab".
As shown in the figure below, you need to select the interrupt from the corresponding interrupt vector group, INTA or INTB.
Please also refer to the "User Manual: Hardware" of each product to determine whether the interrupt belongs to INTA or INTB.
(see also the appendix of this page)

How to check the software configurable interrupt is applied

Please check the r_bsp_interrupt_config.h located in the src/smc_gen/r_config/.

If the software configurable interrupt setting is not applied correctly, the vector table may be set as blank.

Appendix

Please check from this table in the Users manual: Hardware that you will use depens on the software configurable interrupt.


  • No labels