STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USB Host CDC support to FTDI Devices

Posted on October 08, 2014 at 09:20Hi, has anyone tried communicating USB Host CDC/VCP to FTDI devices ( Chip FT232R )? which is a vendor specific class implementation. we are trying that with STM3220G eval to communicate with some FTDI based device...

lokesh by Associate II
  • 2199 Views
  • 8 replies
  • 0 kudos

FreeRTOS+TCP NetworkInterface Porting

Posted on April 10, 2018 at 16:05I'm trying to to port the NetworkInterface.c to STM32H7 I'm following the instructions provided forhttps://www.freertos.org/FreeRTOS-Plus/FreeRTOS_Plus_TCP/Embedded_Ethernet_Porting.htmlfor other chips.As for first s...

stm32L151ZCTx ADC channel

Posted on April 09, 2018 at 14:10As STM32L151ZCTx has 40 adc. There are two banks to select adc channels for conversion. In CubeMX, ADC can have only one bank selected at a time. I have following questions:1) BANK A has 29 channels, But cubeMX shows...

Hobbyist by Associate II
  • 474 Views
  • 1 replies
  • 0 kudos

USB Host GetMaxLUN never finishes

Posted on April 09, 2018 at 14:13I'm trying get USB Host MSC working using in my project on custom hardware. I've verified the hardware using a modified version of the USB Host MSC standalone example.However, now I'm trying to add the USB host MSC s...