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 

  • Which SDK version and project folder are you using?

    nRF5_SDK_17.1.0_ddde560

    nRF5_SDK_17.1.0_ddde560/examples/ble_peripheral/ble_app_blinky/pca10040/s132/ses/

    Have you made a custom board file for your board?

    no. I'm running the example as is it

    It doesn't even reach the start of main()?

    No, it's stuck at 0x00000A60

    Have you made sure that the softdevice is actually flashed?

    I'm using nrfconnect v3.8.0 (Programmer Tool). Here's my memory layout after writing softdevice and application hex

    regards,
    gaston

  • Seems like nRF Connect Programmer recognize it as nRF52810 not nRF52832. If it's indeed the former then the PCA10040e is the correct one. Can you use nrfjprog and read out the INFO.PART register?

    regards

    Jared

Reply Children
Related