STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32H745 USB CDC not working on M4 core

Hi,So with STM32CubeMX is it possible to generate a working CDC (VCP) for the M7 core.I'm unfortunately unable to generate one for the M4 core.What I did (for Nucleo-144):Selected STM32H745ZITxSystem Core->RCC: HSE to bypass mode.Connectivity->USB_OT...

Mvan .31 by Associate II
  • 1052 Views
  • 4 replies
  • 0 kudos

STM32H747 MP3 player (spiritMP3 decode)

Hello everyone,I'm on STM32H747, I use SpiritMP3 decode to play my music with an I2S DAC on the M7. This works very well.The problem is when I want to dialogue between the two Cores, I use Domain D3.But I have a "BusFault" which occurs after SpiritDe...

cVass.1 by Associate II
  • 493 Views
  • 0 replies
  • 0 kudos

I need to Debounce Buttons with Press-Hold and Double-Tap detection. I'm using freeRTOS. Is it best to use a hardware timer interrupt, software freeRTOS timer or while(1) loop with osDelay(10) calls in a freeRTOS taks?

Using the while(1) with no timer seems like the simplest implementation and does not require a timer. Does using osDelay(10) inside a while(1) use more CPU than using software/hardware timer interrupt?

LMorr.3 by Senior II
  • 1168 Views
  • 2 replies
  • 0 kudos

Resolved! No response from bootloader after entering

Hello,I am trying to communicate with the bootloader by serial.Most of the times it works nice but sometimes it fails as I fail to enter the bootloader.To give a context, in order to enter the bootloader I set the rts of my FTDI high (this will set t...

0693W00000LyMK2QAN.png
JPatr.3 by Associate II
  • 909 Views
  • 2 replies
  • 0 kudos

Bootloader on MCU

Hello everyone, i've been coding a bootloader for STM32L072 MCU's, i can download the binary file and write it into FLASH memory from specific address, all this process works, but at the time to jump to the code to be executed, it doesn't work...i ch...

0693W00000LyIBzQAN.jpg 0693W00000LyICdQAN.jpg
RComa.1 by Associate II
  • 923 Views
  • 4 replies
  • 0 kudos