This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

nrf51822 QFAAC0 frozen

Hy

I m new for here, and i would like to ask for help for you.

I have a nrf51822 QFAAC0 development board, form chine PTR9018 with 16k oscillator. I use SDK 4.4.1, S110 5.2.x, gcc-arm 4.7.2, Linux Debian. The blinky and other simple example is works, but the BLE examples don't translate. If i use SDK 5.2. with gcc-arm 4.8, the BLE_hrs example is translate and i push up the board, but the board is dead. If i turn off the S110 flag for Makefile, the GPIO pin is live but in the ble_stack_init(); is frozen.

update 20140909

My first problem: Make file says:

make: * No rule to make target 'build/ble_bas.o', needed by 'build/ble_hrs_gcc.out'. Stop.

but the ble_bas target rout is correct in the Makefile. If i use the SDK 5.2 this Makefile its good. Only the oscillator dosnot work. I mesure for scope. nWP-18_v1.3.pdf according to the QFAAC0 chip only compatibility with SDK 4.x.x. :(

My original ble_stac_init(); :

BLE_STACK_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, BLE_L2CAP_MTU_DEF, ble_evt_dispatch, false);My first problem: Make file says:

make: * No rule to make target 'build/ble_bas.o', needed by 'build/ble_hrs_gcc.out'. Stop.

but the ble_bas target rout is correct in the Makefile. If i use the SDK 5.2 this Makefile its good. Only the oscillator dosnot work. I mesure for scope. nWP-18_v1.3.pdf according to the QFAAC0 chip only compatibility with SDK 4.x.x. :(

My original ble_stac_init(); :

BLE_STACK_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, BLE_L2CAP_MTU_DEF, ble_evt_dispatch, false);

I read all post and test many idea but not work for me :( pleas help me. thanks "and thanks for all the fish"

Related