This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

NRF52832-QFAB-R loader script

Hello,
I modified the ble_app_blinky example to work on our board (removed leds and buttons) and modified the board pca10040.h
the new application worked on the devkit but not in our board.
As the chip in the devkit is not the same used on our board (NRF52832-QFAB-R) is there any thing that I need to modify? like ble_app_blinky_gcc_nrf52.ld?

Thanks.

  • Where did you find all the register references, such as 

    ?

    Are you sure they are correct for Nordic?

    They are not part of the SDK functions that you refer to.

  • all register references are taken from Ozone

  • So it doesn't look like that in your application project?

  • Hello, Ozone is the debugger I use, I attach the file .out of my application and the processor used so it know all registers and instruction to execute. So I think it should be related to my application

  • I don't need the .out file. What I am interested in is the files that you used when you compiled your project. main.c, boards.h and those files. When you debug, you should be able to step through the code from these files. Where does the issue occur in that case? In one of your earlier replies, you had a screenshot from your call stack that was stuck in the reset handler. What are the calls before that? Can you give me the screenshot of the entire table?

1 2 3 4 5