- Application: Demonstrate how to do USB communication in bulk transfer type
- BSP Version: NUC230/NUC240 Series BSP CMSIS v3.01.002
- Hardware: NuTiny-EVB-NUC240 V1.2
This example code implements a USB bulk device and a PC-side application used to communicate with that device. PC-side program implements read and write control to USB bulk device by calling bulk APIs. USB bulk device gets the data from PC and returns it to PC, and the data will be printed on window command processor simultaneously.
You can download the sample code at https://www.nuvoton.com/resource-downlo ... 1227152325
|