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

Running ble_app_uart_c on a NRF 52810 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"

Hello =)

Im trying to run the ble_app_uart_c example on a NRF 52810 Chip.

i got:

SEGGER Embedded Studio for ARM V4.12

SDK 15.3.0

examples\ble_central\ble_app_uart_c\pca10040\s132\ses    Projekt

NRF 52810 Chip

i did:

the changes which you provide in your infocenter

Based on a web research:

  • tried some includes : 
    #include "nrf.h"
    #include "nrf52.h"
    etc.
  • tryed to set the Flag:
      ""   __FPU_PRESENT   "" on 1  >> resulted to an other error later  ""  'FPU_IRQn' undeclared (first use in this function); did you mean 'PDM_IRQn'?  ""
    This seamed also quite dumb since the nrf52810 doesn't got an FPU
  • Used nice Words...

It didn't helped.

So i reseted the Project and just did the changes on top (from the infocenter)

Any idea?

Thank you very much in advance for your answer

Parents Reply Children
No Data
Related