STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Getting DMA USART to work on STM32L053R8T6

Posted on April 01, 2018 at 16:23Hi there STM community. I am having an issue in getting my computer (virtual COM port, to be exact) to communicate with my STM32L053R8T6 board by DMA and USART. Here is my code for the DMA and USART part:&sharpinclud...

Composite USB device CDCs STM32F105

Posted on December 20, 2017 at 11:07Hi,I'm working with a STM32F105 board with USB, UART and  CAN ports. I wish  when I connect the board with a computer through USB, multiple VCP are detected.What I understand is that each interface in a USB compos...

FreeRTOS: prvProcessExpiredTimer BUG

Posted on March 29, 2018 at 10:39Hello there,Firmware Package for Family STM32L4: 1.10.0When using FreeRTOS timers, there is a bug in function prvProcessExpiredTimer (Middlewares/Third_Party/FreeRTOS/Source/timers.c, line 498). The last operation be...

0690X0000060AJ2QAM.png

Pulling BOOT0 Pin Down

Posted on March 26, 2018 at 06:30Hello,I was wondering if the resistor to pull down the BOOT0 pin is necessary for normal operation, assuming you want to boot from flash memory. I was trying to find on the datasheet (STM32F0 series) to try and find ...

Justin K. by Associate II
  • 9511 Views
  • 10 replies
  • 0 kudos

STM32H7 Ethernet issue

Posted on March 23, 2018 at 13:47Hi,We are using STM32H7 controller instead of STM32F7 controller.How to set the Phy address and the AutoNegotiations enable while generating the code from the cube Mx.#ethernet #stm #stm32h7

osTimer arguments not functional

Posted on September 15, 2017 at 14:38 When creating a RTOS timer in CMSIS the documentation is clear: http://www.keil.com/pack/doc/CMSIS/RTOS/html/group__CMSIS__RTOS__TimerMgmt.html#gaedd312bfdca04e0b8162b666e09a1ae6 When it states for creat...

DFU mode handling

Posted on March 28, 2018 at 11:41Dear All,I'm using STM32F070RBT for the current project. MCU USB port is configured as USB CDC port to communicate with PC. Like many other people, I'm trying to use CDC channel to turn MCU in DFU mode without mechan...

Cube USB virtual com port bug.

Posted on September 17, 2015 at 13:11 Hello, I have found a bug in USB device stack for virtual com port implementation generated by CUBE for stm32 chips. The symptoms are that sometimes it is possible to connect to the device from PC some...