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 interrupt vectors can configure which interrupt is enable by user depending on the application.

 
If It depends on which driver is used if you use a software configurable interrupt and only configure the "Component tab":.

  • in case of code generator (the component name starting 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 starting 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

<p id="howToSet">

How to set the software conifugurable interrupt

...