This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

segger jlink cortex m4f floating point debugging

Hello.

I would like to develop FW for the nRF52832, using Eclipse IDE + ARM GCC + Segger JLink OB.

I've seen on the segger webpage that the nRF52832 is a Cortex M4 processor, while in fact it is declared on the Nordic site as M4F. Also, the Segger jlink processor list includes the Cortex M4 but not the M4F.

Is there an option to debug the floating point variables and instructions on the nRF52832 (Corext M4F), using the Eclipse + GCC + Segger debugging?

Related