标题: [M480] USB to SPI Bridge [打印本页] 作者: admin 时间: 2024-3-22 13:04 标题: [M480] USB to SPI Bridge
Application: This example code uses USB Device HID class to transfer data to SPI Flash and simulate an USB to SPI bridge.
BSP Version: M480_Series_BSP_CMSIS_V3.05.001
Hardware: NuMaker-PFM-M487 V3.0
This example is mainly to simulate the bridge from USB to SPI. Connect the PC to execute the application program through the USB, and use the application program to transmit data to the SPI device. This example code uses the USB HID transfer and SPI Flash sample in the BSP to realize the simulation. The PC-side application program can read and write SPI Flash through
USB.