STM32cubeF4 USB Virtual COM port example
Posted on April 27, 2015 at 21:04Can someone show me a working example program of STM32F4 USB virtual com port using the STM32cubeF4 library?
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on April 27, 2015 at 21:04Can someone show me a working example program of STM32F4 USB virtual com port using the STM32cubeF4 library?
Posted on April 29, 2015 at 19:20I connected HC-05 to my STM32F4 through USART. I have tested it with android app, and everything seems to work good (sending, receiving data). But how to connect two STM32F4s with each other? Do I have to know addres...
Posted on April 21, 2015 at 08:11STM32F4
Posted on October 30, 2014 at 10:35Not sure if this is a bug or just a missing feature, but I'll explain what I'm doing!I am using STM32CubeMX version 4.3.0 to configure clocks on an STM32F407IEHx.When setting values in the clock configuration, cloc...
Posted on April 24, 2015 at 12:18On this processor both bxCAN cells share the filters located in CAN1. There is only a single CAN_FFA1R register whose bits are used to assign individual filters to FIFO 0 or FIFO 1. There is no bit allocating them to...
Posted on April 28, 2015 at 23:47Hi,I have a question concerning the clock configuration of an STM32F103RBT6. I used several STM32F4 chips before and generated the system_stm32f4xx.c file with the STM32F4 Clock Configuration Tool. It seems that ther...
Posted on April 29, 2015 at 19:25EE dude puts together the initial cube model.Software ninja fills in the details and generates code.Code ends up mixed in with data sheets and Altium board layouts.There must be a way to change the directory where th...
Posted on June 22, 2011 at 10:17 Where can I get the C Library for the powerline trancievers ST7570 and ST7580 described in User Manual UM1070? http://www.st.com/internet/com/TECHNICAL_RESOURCES/TECHNICAL_LITERATURE/USER_MANUAL/DM00026249.pdf The...
Posted on April 15, 2015 at 17:33STM32F429 Generated Code does not initialize all pins correctly, some should be set to open drain highspeed, this has to be done manually. Without this only 1bit mode works correctly 4bit gets stuck. We use a 2GByte ...
Posted on April 28, 2015 at 16:49Hello I am using the STM32F4 interfaced with two hall effect quadrature encoders.Is there a method to generate the signals (A,B) coming from the encoder to validate my work ? because now i don't have the sensor #...