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! FreeRTOS with USB CDC

I have read some posts about this topic already but unclear if this works or not. I used the STMCubeMX to create a project using FreeRTOS and USB Device CDC (USB-Serial) together and some LED GPIO's.I can only get one or the other to work, but never ...

jayduino by Associate II
  • 2636 Views
  • 9 replies
  • 2 kudos

Regarding USB Packet Size changes

Hello there, I'm using USB CDC application. I'm in a situation of receiving more than 250 bytes of data from the Windows(QT). Now my doubt is when the data is more than 64 bytes the USB FS it'll not consider right.But i revised some websites from the...

bsn_14 by Associate II
  • 260 Views
  • 1 replies
  • 1 kudos

Resolved! Same code for CubeIDE and Keil uVision

Hello,first, this is my first try on Keil uVision & MDK toolchain.My goal is to compile and run the same source using ST CubeIDE and Keil uVision.For this a generate code and 2 project files, one for CubeIDE and one for Keil, for a demo project with ...

regjoe by Senior II
  • 714 Views
  • 5 replies
  • 1 kudos

STM32U575 Fails to init SD Card

I'm working on getting a minimum viable example functional using a U575 IC and a micro SD Card.  The hardware I'm using is the Nucleo-U575 board along with an SD Card breakout from Adafruit. I've wired it up as an SDIO 4-bit setup.  With just the aut...

sethkaz by Associate III
  • 323 Views
  • 1 replies
  • 0 kudos

Resolved! STM32H743 ADC_CHANNEL_VBAT measurement offset

Hi All,I have constant measurement offset in Vbat internal channel from ADC3, ~30mV above the supplied value.Vref calculated by macro:__HAL_ADC_CALC_VREFANALOG_VOLTAGE((uint32_t)(measure->adcDataAverage[measureVref]) , ADC_RESOLUTION_16B);i see offse...

AlexK by Associate
  • 297 Views
  • 1 replies
  • 0 kudos

Resolved! Calculate MD5 Hash in chunk

Hello, I'm trying to use the HAL function to calculate a file MD5 on my STM32H750 MCU. I successully managed to calculate the MD5 of little files using HAL_HASH_MD5_Start. Now I want to calculate the MD5 of a large file, so I'm not able to store all ...

STM32H7 MIPI DSI maximum clock speed?

There is inconsistency in the reference manual and the STM32CubeMX clock configuration tool as to what the maximum clock for the PLL DSI. Reference manual suggests it is 1000 MHz however, when set to that in STM32CubeMX, an error is generated at the...

bchia by Associate
  • 3459 Views
  • 10 replies
  • 1 kudos