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

Cannot run ble_app_blinky_pca10040_s132 example on Fanstel BT832

Hi,

I'm trying to run ble_app_blinky_pca10040_s132 on Fanstel BT832 custom board with no success. After writing/verifying the app using the SES it jumps to 'unknow function 0x00000A60' instead the main() entry point.

The optional 32.768KHz Xtal is not populated on my board so I changed the sdk_config.h as suggested in this post. This still does not work.

I'm using the latest s132 softdevice (s132_nrf52_7.3.0_softdevice)

Any hint from DevZone support?

thanks in advance,
gaston

Parents
  • Hi,

    Which SDK version and project folder are you using? Have you made a custom board file for your board?

    After writing/verifying the app using the SES it jumps to 'unknow function 0x00000A60' instead the main() entry point.

    It doesn't even reach the start of main()? Have you made sure that the softdevice is actually flashed?

    regards

    Jared 

Reply
  • Hi,

    Which SDK version and project folder are you using? Have you made a custom board file for your board?

    After writing/verifying the app using the SES it jumps to 'unknow function 0x00000A60' instead the main() entry point.

    It doesn't even reach the start of main()? Have you made sure that the softdevice is actually flashed?

    regards

    Jared 

Children
Related