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

nRF52810 Central and UART

Hi, I would like to develop a BLE central node that sends over UART when a button is pressed. I understand the memory is limited on nRF52810, but I think it'll fit. The example app (ble_app_uart_pca10040) uses VFP register arguments. Would it be complex to modify this example to not need FPU support? Basically looking for a pca10040e version.

I noticed there's a thread where the Nordic team agreed to update Gazelle libraries for non-FPU devices (https://devzone.nordicsemi.com/f/nordic-q-a/44042/using-nrf52810-with-gzll_nrf52_arm-lib/172741#172741). I'm not sure if it ever finished. I'm hoping my request isn't too complicated I can figure it out with some guidance.

For completeness:

developing in SES using nRF52 DK with a nRF52832 (but actually developing for nRF52810). SDK 16.0.0 and S132 v7.0.1.

Parents Reply
  • Hi,

    You have some flash you can free to the app if you increase 'FLASH_SIZE', but apart from that, it looks ok. Can you upload your project/hex files so I can try it here? Wrong RAM setting will not lead to programming errors, but cause problems when you try to run the code.

    Also, please remember that s132 v7 is not qualified for the 52810. So this combination should only be used for evaluation.

Children
No Data
Related