STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 1390 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
  • 522 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
  • 505 Views
  • 2 replies
  • 0 kudos

Resolved! USB HID performance optimization

I'm planning to use a cheap STM32 board (either with a F103 or F401/11) as a joystick/rotary encoder controller for arcade games. I already have a working proof of concept using the old STM32duino cores (not HAL based), but I prefer to use the HAL en...

fbar by Senior
  • 1509 Views
  • 2 replies
  • 0 kudos

uart no work with freeRtos

Welcome everyoneI used Free ROS with two tasks, the first task was to blink the led and the second task was to receive from uart and then to resend the received message. The two tasks have the same priorityThe led flash works fine but the uart only r...

xmart by Associate II
  • 243 Views
  • 0 replies
  • 0 kudos