Hello.
I am currently using the TMS570LC4357 MCU, and if I use float or double type variables, the if statement does not work properly or the calculated values change to strange values.
So after changing all the variables to unsigned and integer types, all the problems are solved.
I'm checking the parts I'm suspicious about because I thought the compile option was wrong.
In CCS, CortexR5 is set properly in the General menu.
However, the Processor Options is set to VFPv3D16, and the description shows that this setting is for Cortex-R4.
I think it will be a problem when handling floating points when it is set up like this, is that right?
There is no setting for Cortex-R5 in this setting, what should I do?
Thank you.
hanseok