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

NRF52810 // nRF5_SDK_15.3.0_59ac345 // pca10040e // functions (example ble_stack_init()) // causing problems

Dear Nordic Team

Im developing my own BLE Adapter. I realised the Hardware using

NRF52810. SOC

Now im Testing some functions of the Print and so far a lot seams to work.

I runned a small application with some GPIO's using your SDK:

nRF5_SDK_15.3.0_59ac345  (examples\peripheral\blinky)

and it worked well.

Like you guys suggesting it in your informationcenter im Using the

pca10040e

Folder.

BTW im Using Segger embedded Sdudio for ARM V4.12

BUT now   (:

i tried to run an example of the BLE_peripheral Library. and its not working.

As an example i Used:

\examples\ble_peripheral\ble_app_uart

i debugged it and the problem occures somweare in the function:

ble_stack_init()

if i hit breake and keep on pressing f11 i see that its stuck in a loop in 

uncnown Function at 0x00008....

i set a break point on the function ble_stack_init() so i know it reaches this point...  

i already deleted the flag 

develop_in_nrf

like your suggesting it in the infocenter.

Could it be some kind of problem with the softdevice?

Do i have to add something more in the Code?

Thanks for your support

Parents Reply Children
Related