Fudan Micro offline programmer information and MCU application notes
[Copy link]
This post was last edited by Jacktang on 2021-7-12 08:52
Fudan Micro Offline Programmer Data
使用编程器读取目标芯片flash操作手册.pdf
(502.04 KB, downloads: 19)
复旦微FM33系列编程器软件-V34 V22.zip
(3.26 MB, downloads: 23)
Fudan Micro MCU various application notes
FM33LC0xx-ADC应用说明.pdf
(748.28 KB, downloads: 7)
FM33A0XXEx-ADC使用说明.pdf
(698.3 KB, downloads: 3)
USB sample program for FM33LC0xx series MCU
This sample program is a USB sample program for Fudan Microelectronics' FM33LC0xx series MCU and can be used as a reference for debugging.
The sample program is divided into two parts: USB Example and USB Example_Ex. USB Example is a sample implementation of USB basic functions, and USB Example_Ex is a sample implementation of USB composite devices or simple practical applications. (The sample programs are currently debugged and verified using Win10 x64 system)
1. USB Example
1. CDC_VCP
Implement the virtual serial port function and map the hardware serial port to UART4 (PA0, PA1). After the USB interface PC is enumerated successfully, a COM device will be added in the device manager. If the device is not recognized, try to install the public version driver using software such as Driver Genius.
2. HID
A sample program for HID devices that implements data transmission based on the USB interrupt interface.
3. HID_KeyBoard
Implement a simple keyboard project, support CapsLock, a, b, c key input, and NumLock, CapsLock status light display.
4. HID_Mouse
Implement simple mouse functions and support up, down, left, and right mouse movements.
5. MSC
The USB flash drive simulation function is realized based on the internal Flash (the last 192k area), and only supports PC formatting.
2. USB Example_Ex
1. CDC+CDC
Implement the dual virtual serial port function of USB composite device (Composite Device), and map the hardware serial port to UART4 (PA0, PA1), UART4 (PD0, PD1). After the USB interface PC is enumerated successfully, the COM device will be added in the device manager. If the device is not recognized, you can try to install the public version driver using software such as Driver Wizard.
2. MSC+HID
Based on the MSC and HID sample programs, the MSC+HID composite device sample program is implemented. The memory uses the last 192k area of the internal Flash.
3. MSC_FAT
Based on the internal Flash, the USB flash drive simulation function is realized, and the fatfs file system is added to support PC formatting and software formatting, and support the creation, deletion, and opening of MCU-side storage files.
By default, the 192k area after the internal Flash is used, and NorFlash can be used externally as storage.
4. MSC_PDF
The USB storage function is realized based on the internal Flash, and the PDF Library is added, which can be used to create and generate PDF documents.
By default, the 192k area after the internal Flash is used, and NorFlash can be used externally as storage.
USB Device_例程.zip
(3.38 MB, downloads: 7)
|