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! AUDIO_AudioCmd_FS gets called only once

I am trying to implement a simple soundcard from using STM32F407G-DISC1 board.It utilizes STM32F407. I am using CubeIDE version 1.10.1I configured the USB to be Full-speed Device Only. And I configured the middleware as Audio class.I set the the heap...

Sami1 by Associate II
  • 978 Views
  • 1 replies
  • 0 kudos

HAL UART Receive short reads - corrupt data

I am trying to implement a UART Rx using a typicalstart-byte, length, payloadpattern.I spin read on 1 character until it is my start byte. Then I read 2 bytes, shift them into a 16 bit length and read the remainder of the payload.The trouble is, the...

PCamp.2 by Associate III
  • 1564 Views
  • 6 replies
  • 0 kudos

FileX, DMA, disable or manage cache?

HiIn the various filex with SDMMC examples the icache and dcache are enabled so when porting I did the same.I noticed when attempting to use DMA SPI it was not working until I disabled these. For the SD I then have to disable cache and cache manageme...

OHaza.1 by Associate III
  • 1912 Views
  • 5 replies
  • 0 kudos

DFU programming error

If I use the DFU programming over USB with STM32CubeProgrammer, the error occurred and the device doesn't start properly, but if I download the same program with ST-LINK everything runs ok. The MCU is STM32 G473.I can connect the MCU over the USB, an...

0693W00000UnERsQAN.png
PKola.1 by Associate II
  • 2671 Views
  • 6 replies
  • 0 kudos

Help getting the en.STM32Cube_FW_F7_V1.15.0 (or later versions) package to run on anSTM32F7 Discovery kit with the STM32F746 uP

Hello, When I compile the files in the package and flash the board, all I get is a white screen. I have attempted to flash with other code packages as well and have not been able to get any to work. The only one I have had any luck with is rebuild...

BLies.1 by Associate
  • 477 Views
  • 1 replies
  • 0 kudos

About the Tx_CMSIS_Wrapper example

I am new to STM32, been looking at it just a week, have an L4R9 Disco board. I am familiar with the CMSIS RTOS2 api, and have used RTX previously. Was interested to see the Tx_CMSIS_Wrapper example, as it shows how an RTOS2 facade is added to Azure R...

SMacl.1 by Associate II
  • 598 Views
  • 2 replies
  • 0 kudos

Resolved! NUCLEO-F429ZI can't go to UART bootloader with the reset button, but only after a power cycle. Why?

I'm using a NUCLEO-F429ZI. It can't go to UART bootloader when using the reset button (BOOT0 connected to 3.3V). It will only go to UART bootloader if I power cycle the board ((BOOT0 connected to 3.3V)). What is going on? It should read the BOOT0 pin...

MSipo by Senior II
  • 1778 Views
  • 9 replies
  • 0 kudos