Overlapping hex files

Hi, I’m trying to program my nrf52840 dongle. I did have followed the steps from the nrf52840 programming tutorial, but I have some issues.

I’m trying to write the USB CDC ACM example with the softdevice but the hex files are overlapping. I did research on the devzone for people with the same problem but it didn’t helped me out. 

Can someone explain me how I can fix this or did I do something wrong.

Parents Reply
  • You also need to set the IO output to 'RTT' in your project as explained in Einar's post. 

    Yes, this was the step I forget. But when I’m doing this I don’t see anything printed on the uart com-port. Is that true.

    Your project is including the wrong version of the thumb_crt0.s file for some reason. What is the path to file (you can hover the mouse over the thumb_crt0.s tab to see it)?

    It takes it from the ses 6.22. I didn’t erase the full application in case it wouldn’t work with the downgraded version.

Children
No Data
Related