Hello,
I work on RTD 1.0.1 with the GCC 9.2 compiler, and when I activate the timer in osif configuration, it generates me in the .map file this in the exidx section:
.ARM.exidx 0x1ffffd00 0x8
*(.ARM.exidx* .gnu.linkonce.armexidx.*)
.ARM.exidx 0x1ffffd00 0x8 c:/nxp/s32ds.3.4/s32ds/build_tools/gcc_v9.2/gcc-9.2-arm32-eabi/bin/../lib/gcc/arm-none-eabi/9.2.0/thumb/v6-m/nofp\libgcc.a(_udivmoddi4.o)
0x1ffffd08 . = ALIGN (0x4)
[!provide] PROVIDE (__exidx_end = .)
i would like to know what it corresponds to and how to avoid generating the udivmoddi4.
My target is the S32K116.
Thank you for your reply.