USB comm with 2 rt685 evks with zephyr

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

USB comm with 2 rt685 evks with zephyr

Jump to solution
197 Views
skanda19
Contributor III

Hello, 

I am trying to create a "umbilical" communication path between 2 rt685 evks using zephyr. There's a couple examples in the zephyr SDK, specifically the CDC ACM example, the evk can echo data back to a terminal. 

I was thinking,  I might be able to leverage this example with some tweaks to to interface with another rt685 board, but I am pretty green on both USB (2.0 to be specific) and zephyr. Mainly I wanted to get some guidance to know if this is a good path to take or if there's a better way to start. 

thanks! 

0 Kudos
Reply
1 Solution
181 Views
Gavin_Jia
NXP TechSupport
NXP TechSupport

Hi @skanda19 ,

Thanks for your interest in NXP MIMXRT series!

It may be that your local git repository has not been updated yet, so it only contains device examples and not host examples.

You can refer to this link:https://github.com/zephyrproject-rtos/zephyr/tree/v4.1.0-rc3/subsys/usb/host

Best regards,
Gavin

View solution in original post

0 Kudos
Reply
1 Reply
182 Views
Gavin_Jia
NXP TechSupport
NXP TechSupport

Hi @skanda19 ,

Thanks for your interest in NXP MIMXRT series!

It may be that your local git repository has not been updated yet, so it only contains device examples and not host examples.

You can refer to this link:https://github.com/zephyrproject-rtos/zephyr/tree/v4.1.0-rc3/subsys/usb/host

Best regards,
Gavin

0 Kudos
Reply