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

    It needs to come from the same version you use to build the project. Pleasedo a clean build and see if includes the correct version.

    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.

    Yes, this is the limitation I mentioned in the other post. If you need printf to be redirected to UART, then you have to downgrade SES.

    The NRF_LOG_INFO isn’t printed on the uart com port but if I send something after connecting it is visible on the uart.

    NRF_LOG_INFO() will only print the debug messages to RTT as the UARTE0 is not available for logging in this example (UART/Serial Port Emulation over BLE)

Children
No Data
Related