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

Develop for custom board with a nRF52805 module

I have a custom board with a nRF52805 module but I don't understand how the SDK works.

I followed some guide to simulate nRF52805 software, I had to patch some files in the SDK and change some preprocessor definitions. This guide worked for a simple example using GPIO. I want to use other peripherals like ADC or timers but the examples doesn't work.

Anybody here has an idea of how to get started using peripherals together in a project for the nRF52805??

Parents
    • "Modify the FLASH_SIZE and RAM_SIZE macros so that
      • FLASH_START + FLASH_SIZE <= FLASH_PH_SIZE
      • RAM_START + RAM_SIZE <= (RAM_PH_START + RAM_PH_SIZE)" for this step ,what are the exact values that we can use as FLASH_SIZE and RAM_SIZE macros/
    • Instead of Patch nrf_bootloader_info.h  nrf_bootloader_info.c is availble in the zip file ,do we need to replace or modify  nrf_bootloader_info.h   from another source 
    • I m working with ..\nRF5_SDK_17.1.0_ddde560\examples\ble_peripheral\ble_app_uart\pca10040e\s112\ses..,
Reply
    • "Modify the FLASH_SIZE and RAM_SIZE macros so that
      • FLASH_START + FLASH_SIZE <= FLASH_PH_SIZE
      • RAM_START + RAM_SIZE <= (RAM_PH_START + RAM_PH_SIZE)" for this step ,what are the exact values that we can use as FLASH_SIZE and RAM_SIZE macros/
    • Instead of Patch nrf_bootloader_info.h  nrf_bootloader_info.c is availble in the zip file ,do we need to replace or modify  nrf_bootloader_info.h   from another source 
    • I m working with ..\nRF5_SDK_17.1.0_ddde560\examples\ble_peripheral\ble_app_uart\pca10040e\s112\ses..,
Children
No Data
Related