Proplem transfer Peripheral app from nrf52810 QFN48 to QFN32

The app can work well in nrf52810 QFN48,it can't work as design in QFN32.

I have created my module with nrf52810 QFN32, loaded softdevice,loaded app,enter debug mode with keil.

It can run without error,but

1) the BLE did not start-up,for can't find the module with mobile app nrfConnect;

2) it may trigger the error :"SOFTDEVICE: ASSERTION FAILED",and the PC=0x12214.

    My app code start from 0x1C000,so code in softdevice space triggered it,but I can't find out which function call triggered that.

The chip NRF52810-QCAA should be used one(collected from other device), the price has speaked out.

The silkscreen: N52810 QCAAC0 1751BM

I did not find the way to distinguish the different packages, is there any settings in SDK?

Parents Reply
  • Checked again:

    QFAA B00 -> nrf52 SDK 17.1 + S112/S113

    QFAA BB0 -> nrf52 SDK 14.2 + S112/S132

    QCAA CB0 -> nrf52 SDK 14.2 + S132/S112

    I did not know this limited, otherwise will chose QFN48 package.

    And I understand why almost all nrf52810 application selecting QFN48.

    Will try nrf52 SDK 14.2 + S112,but my code maybe need change,for I develop it based on 17.2+S113.

Children
Related