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

Experimental: IEEE 802.15.4 examples not able to debug?

I'm trying to debug the Experimental IEEE 802.15.4 example on a nRF52840-Preview DK Board PC10056 with IAR Embedded Workbench ARM 7.70. Compiling and linking the project is working, but if I want to download the project to the target, than I receive the following message:

image description

I don't have a file with the name: mac_auto_request.c on my computer. Should this source file be contained into the 802_15_4_lib_iar.a library? How can I change the IAR project to use the library file instead of the source file?

If I program the generated HEX file from IAR with nRFgo Studio into the device, than it is not working.

Parents
  • I checked with the developers, the example should work without these files. You can skip the box requesting the file. You should also be able to debug the application, but not the 802.15.4 stack, as this is not available as source code. We will check if the stack library is compiled with debug flag set.

    How is the generated hex not working? Is the precompiled hex found in the hex folder of the example directory working?

Reply
  • I checked with the developers, the example should work without these files. You can skip the box requesting the file. You should also be able to debug the application, but not the 802.15.4 stack, as this is not available as source code. We will check if the stack library is compiled with debug flag set.

    How is the generated hex not working? Is the precompiled hex found in the hex folder of the example directory working?

Children
No Data
Related