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:
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.