If you encounter any issues after the upgrade, please open a support request TICKET.🙌
Background
Some RX MCU peripherals use only fixed interrupt vectors, while some others also use software configurable interrupt vectors. The software configurable interrupt vectors can select which interrupt is enabled by the user. The software configurable interrupt is separated into two types for each clock source (PCKLA and PCLKB) as INTA and INTB.If you use a software configurable interrupt and only configure the "Component tab", you
How to set the software configurable interrupt depends on the driver you are using.
...
Example for GTCIU2 setting:
This is an example of how to remove the error for the GTCIU2 setting in GPT:
To resolve this error, you must configure additional interrupt settings in the “Interrupt tab”."Interrupts 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's Manual: Hardware" of each product to determine whether the interrupt belongs to INTA or INTB.
Suitable Products.
The table for this information is shown in the following section:
Please check the r_bsp_interrupt_config.h in src/smc_gen/r_config/.
If software configurable interrupt settings fails, the vector table may be blank. if you faced this case, please handle the interrupt setting by using How to set the software configurable interrupt.