Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

Image Added

 
If you use a software configurable interrupt and only configure the "Component tab":

  • in case of code generator (the component name starting with "Config")
    you 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 starting 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

...

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

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

Image RemovedImage Added

Appendix

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

Image RemovedImage Added