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

ant_io_tx_pca10040_s212_uart ?

Dear Members,

I opened this project ant_io_tx_pca10040_s212_uart.uvprojx in Keil,

How can I test it ?

NRF_LOG_INFO("ANT IO TX example started."); where can I see that message ?

I'm using nrf52840 board.

I have Garmin Edge to talk with,

Thanks for reading

Parents Reply
  • I got this :

    PS G:\ANT PLUS LIBRARY\ANT_s340_nrf52_7.0.1> nrfjprog --family NRF52 --recover
    Recovering device. This operation might take 30s.
    Erasing user code and UICR flash areas.
    PS G:\ANT PLUS LIBRARY\ANT_s340_nrf52_7.0.1> nrfjprog --program ANT_s340_nrf52_7.0.1.hex --sectorerase
    ERROR: The --family option given with the command (or the default from nrfjprog.ini)
    ERROR: does not match the device connected.

    PS G:\ANT PLUS LIBRARY\ANT_s340_nrf52_7.0.1> nrfjprog -v
    nrfjprog version: 8.5.0
    JLinkARM.dll version: 6.86g
    PS G:\ANT PLUS LIBRARY\ANT_s340_nrf52_7.0.1>

    PS C:\Users\rixtronixlab> nrfjprog --ids
    123456
    PS C:\Users\rixtronixlab> nrfjprog --eraseall --snr 123456
    ERROR: There is no debugger connected to the PC with the given serial number.
    PS C:\Users\rixtronixlab>

    I don't understand, I can upload properly with Keil, but not with nrfjprog....?

    What do I miss here ?

    Thanks

Children
No Data
Related