USB interface for custom USB device with MCX N94

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

USB interface for custom USB device with MCX N94

988 Views
LarsSch
Contributor I

Hello,

I am trying to make a USB interface for the NXP MCX N94 microcontroller. The microcontroller will be located on a PCB and it will communicate with a PC host via USB. The microcontroller will send data from sensors on the PCB to the host. 

I figured that my device would fall under the 'custom' USB device category, however, there aren't any examples for this in the SDK repository. I have been looking at the frdmmcxn947_dev_cdc_vcom_bm example, since I thought that this would come closest to my device, but I haven't been able to figure out how to adapt this code for my device.

Any tips on how to start would be greatly appreciated.

Labels (2)
0 Kudos
Reply
1 Reply

961 Views
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello @LarsSch 

I also recommend you development based on this demo " frdmmcxn947_dev_cdc_vcom_bm".

USB host (PC side ) request USB device send data. Then MCXN947 send the  sensors data to PC.

 

BR

Alice

0 Kudos
Reply