If you encounter any issues after the upgrade, please open a support request TICKET.🙌
...
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.
...
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's Manual: Hardware" of each product to determine whether the interrupt belongs to INTA or INTB.This information shows as table
The table for this information is shown in the section as follows in Users following section of the "User's Manual: Hardware":
...
Please check the r_bsp_interrupt_config.h located in the src/smc_gen/r_config/.
The If the software configurable interrupt setting is not applied correctly, the vector table may be set as blankto blank if the software configurable interrupt setting fails.