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

Debugging fail with "Unknow function at 0x00000A60"

Hiii... Team,

I am developing a project based on the nRF52833 with the nRF5 SDK 17.0.2 and Soft Device S140

code is successfully built.. when i try to debug it showing problem

it shows ("Unknow function at 0x00000A60")

Actually i m using the nrf52832 kit as a "debugger" and my external module is nrf52833.

in simple way i m flashing the code in nrf52833 with help of nrf52832 development kit.

i m uploading the screenshot and my project folder as well.

please help to solve it.

plese open the zip file as given path

C:\nRF5_SDK_17.0.2_d674dde\examples\ble_peripheral\ble_app_uart\pca10056\s140\ses

thanks in advance. 0020.ble_app_uart.zip

 

Parents
  • Hi,

    You need to select the PCA101000 (nRF52833 DK) configuration when building for the nRF5833. PCA10056 is for the nRF52840 DK, so that is why you are getting a fault exception on startup.

    Best regards,

    Vidar

  • Hi.. Vidar...

    yes you are right.. it advertise with PCA101000 example code..

    BUT,

    in my project code i am able to build the PCA10056 code.. but unable to build the PCA101000 code.. even both have same code but still it is showing error..

    i tried alot but i m facing same problem.

    hope u can help.

    thanks...

Reply
  • Hi.. Vidar...

    yes you are right.. it advertise with PCA101000 example code..

    BUT,

    in my project code i am able to build the PCA10056 code.. but unable to build the PCA101000 code.. even both have same code but still it is showing error..

    i tried alot but i m facing same problem.

    hope u can help.

    thanks...

Children
Related