Hi,
I need to do Interboard communication between this two MIMXRT1170 to LPC55S28 board.
So can you guide us to how to work on these boards and can you provide any examples related to above same.
Thanks,
Niranjan M
Hi @Niranjan123,
You can find USB communication example codes for both the RT1170 and the LPC55s28 on their respective SDKs, which can be downloaded from the following website: Select Board | MCUXpresso SDK Builder.
BR,
Edwin.
Hi @Niranjan123,
We don't have a guide for that specific application, but depending on the communication type you are looking for, you would import one example code starting with "dev_" for the LPC55s28 to act as device, and a "host_" example code for the RT1170:
BR,
Edwin.