Hello All,
I am new to use Segger Embedded Studio and NINA-B406 module. I have installed Segger Embedded Studio V5.50d and EVK of NINA-B406 module having nrf52833 SoC.
I have successfully compiled and run the below code of blinky on my NINA-B406 EVK:
nRF5_SDK_17.0.2_d674dde\examples\peripheral\blinky\pca10100e.
I have modified some configuration before compilation to run above code on NINA-B406.
Actually, my requirement is to use USB and BLE. So, I have taken below code
nRF5_SDK_17.0.2_d674dde\examples\peripheral\usbd_ble_uart_freertos
I have modified configuration like memory, preprocessors, .svd file (Register Definition file) etc. to compile for nrf52833. I have custom_board.h file and used BOARD_CUSTOM preprocessor in project configuration.
After modifications, the project is compiled successfully. But when I flash and run the code, nothing happens. So, I checked in debug mode and observed that in assembly, after some instructions, it remains at one instruction and not coming out of it. It seems that still main is not started!
Below is the instruction copied from assembly where it stucks.
9906 ldr r1, [sp, #24]
One BLE example code compiled and flashed from nrfConnect 3.7.0 is running fine.
Kindly help/guide me to debug and run the BLE + USB code in Segger Embedded Studio for NINA-B406 EVK.
Thanks.