We bought 3x nRF52833dk (pca10100).
Because the nRF5SDK V16 has only a few pca10100 examples we searched this forum and followed the advice:
Change the "Linker->Sections Placement Macros" and the "Preprocessor->Preprocessor Definitions"
So we picked the "ble_app_hrs_pca10056_s140.emProject" with the Segger IDE and changed the values:
"Linker->Sections Placement Macros"
FLASH_PH_START=0x0
FLASH_PH_SIZE=0x80000
RAM_PH_START=0x20000000
RAM_PH_SIZE=0x20000
FLASH_START=0x1c000
FLASH_SIZE=0x64000
RAM_START=0x2000260c
RAM_SIZE=0x1d9f4
"Preprocessor->Preprocessor Definitions" change only these Values:
BOARD_PCA10100
NRF52833_XXAA
Then we compiled the project and loaded it into the board. It didn't really work. So we scrapped that idea and tried with a pca10100 example "ble_app_uart_pca10100_s140.emProject".
The problem now is, if I connect with the nRF Connect Phone App, the device is called Nordic_Uart. So the new project is loaded in the board and executed.
Great!
But if I connect and look at the services, the registered services are from the Hearbeat App. If I Build and Run the UART Project on a different board, it works fine, only this board is now
"broken".
How can I reset the board to factory default so I can use the board again?