We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi,
I am working with cortex-r52 CPU, compiler toos is arm-none-eabi-gcc , I need to use The ARM-state integer division instructions in my code. Does cortex-r52 supports integer divide? If yes can you please let me know how to set integer division compiler option in my build configuration for GCC?
I tried with CCFLAGS+= -marm -mthumb -mcpu=cortex-r52+idev
with this option I am getting error: unrecognized argument in option '-mcpu=cortex-r52+idev'
Please help me to set the idev flag in compiler option/
ok Thank you