TM STM32Fxxx HAL Libraries
v1.0.0
Libraries for STM32Fxxx (F0, F4 and F7 series) devices based on HAL drivers from ST from Tilen Majerle
|
USB CDC Device library for STM32Fxxx devices - http://stm32f4-discovery.com/2015/08/hal-library-21-multi-purpose-usb-library-for-stm32fxxx/. More...
Modules | |
TM_USBD_CDC_Macros | |
Library defines. | |
TM_USBD_CDC_Typedefs | |
Library Typedefs. | |
TM_USBD_CDC_Functions | |
Library Functions. | |
USB CDC Device library for STM32Fxxx devices - http://stm32f4-discovery.com/2015/08/hal-library-21-multi-purpose-usb-library-for-stm32fxxx/.
This library is designed to allow STM32Fxxx device to acts like CDC device to your computer (Virtual COM port).
- Works on USB FS or HS mode - Can receive/transmit single character, string or custom array - Buffer sizes can be selected for user needs
Using this library, you can read settings set by user from terminal window on computer if needed. Check TM_USBD_CDC_GetSettings function and TM_USBD_CDC_Settings_t structure for more information.
Each user can use this library for its own needs. For that purpose, some configurations can be done to maximize use of library. In this function, user can "only" set settings regarding USB CDC TX and RX ring buffers used for CDC application.
Use defines.h file for copy/paste settings you need and change it.
Version 1.0 - First release
- STM32Fxxx HAL - defines.h - TM BUFFER - TM DELAY - TM USB - TM USB DEVICE - USB Device Stack - USB Device CDC