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

IAR and DFU problem

Hi 

I'd like to debug my code from IAR with nrf52840dk.

I'm using nrf5_SDK_thread_zigbee_v4.1.0.

I got this error after uploading the code inside the nf52840 dk

==>ELF/DWARF Error: Unsupported .debug_info format version: 4

I've checked the makefile, it's aligned with forum comment "-gdwarf-3"

If I remove "include debug information in output" in linker=>output, I can't debug the code, could you help me?

thanks 

Related