STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Has anyone else noticed a typo in stm32g4xx_ll_tim.h in the cube. TIM_CR1_CMS_0 is the center-down.

#define LL_TIM_COUNTERMODE_CENTER_UP          TIM_CR1_CMS_0       /*!< The counter counts up and down alternatively. Output compare interrupt flags of output channels are set only when the counter is counting down. */#define LL_TIM_COUNTERMODE_CENTER...

USB to Serial data loss on STM32F777BIT6 (Works fine on Windows7, randomly loses data on Windows10)

Hi,I am using an STM32F777BIT6 in USB to Serial mode.Everything works fine except for a random loss of data on the windows side.After weeks of frustration I found the cause of this problem: Windows 10 CDC driver for virtual com ports. I tried the pr...

Set Nucleo-l476RG as Audio Device

Hello everyone, I am working on a project in wich I want to use a nucleo-l476RG as a MIDI device. I saw on midi official website that the USB Audioclass was compliant with MIDI application (https://www.midi.org/midi-articles/basic-of-usb). However wh...

Mc3 by Associate II
  • 2113 Views
  • 6 replies
  • 0 kudos

Resolved! FSMC access thread safe?

Supposed I am using external memory via an 16 bit address / 8 bit data bus with FSMC (STM32F714). An RTOS is running.Is access to this memory atomic (in the sense of thread safety) when I read/write 32 bit wide data? The consideration is, for instanc...

Ingmar by Associate II
  • 854 Views
  • 2 replies
  • 0 kudos

Timeout values in STM32G4 bootloader ?

Hi all,Bootloader selection for STM32G47xxxx described in AN2606 shows the different steps followed by the bootloader.Where can I find the delays available between steps ?For example, how long the booloader waits to receive the 0x7F value on USARTx ?...

YJ by Associate II
  • 875 Views
  • 2 replies
  • 0 kudos