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

experimental_ble_app_eddystone cannot be debugged

I have a PCA10040 board and downloaded SDK 12.2.0.

I am trying to being a project based on experimental_ble_app_eddystone. I can compile and upload the code to the board, but I cannot debug it. When I try to start debug session, keil does not go to the beginning of the main function and no breakpoints may be set.

I think the code is uploaded correctly, as LED1 begins to blink continuosly.

I have tried the same with other examples (blinky, ble_app_beacon, ble_app_hrs, experimental_ble_app_blinky) with success.

I am using s132 3.1.0.

Anyone knows what is happening? Could it have something to do with the encryption libraries?

Thank you in advance

EDIT: I have found that this problem dissapears if I comment any of the occ functions that are in occ_lib_nrf52.lib. The file is correctly addef to the project though I cannot debug any of its functions.

EDIT2: I have now seen I get Error 59: invalid absolute module when I try to debug.

Related