This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DTM over USB VCOM for nRF52840

Hi All! I would like to implement the DTM nterface over USB VCOM instead of 2xUART (from examples).

Is it possible co-work USB driver (VCOM) and DTM from samples together ?

thx/

Parents
  • Everything is possible but C coding isn't LEGO. So if you expect to just put all files from the examples into one project, recompile and run it then you will have problems. If you will start from UART DTM example and carefully exchange all serial communication logic from UART FIFO to USB driver and some protocol on top of it then it should work.

Reply
  • Everything is possible but C coding isn't LEGO. So if you expect to just put all files from the examples into one project, recompile and run it then you will have problems. If you will start from UART DTM example and carefully exchange all serial communication logic from UART FIFO to USB driver and some protocol on top of it then it should work.

Children
Related