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

FreeRTOS: Stack overflow checking mechanism missing.

Hello,According to https://www.freertos.org/Stacks-and-stack-overflow-checking.html, i.e. the FreeRTOS reference, one needs to set configCHECK_FOR_STACK_OVERFLOW to 1 or 2 in order to activate stack overflow checking. In case of a stack overflow Free...

Johi by Senior III
  • 2875 Views
  • 1 replies
  • 0 kudos
SGoel.2 by Associate III
  • 2497 Views
  • 6 replies
  • 1 kudos

Issue with STM32H743ZI2 using SDMMC and µSD card

I am trying to configure my STM32H743ZI2 to work with a microSD card. For data logging purposes. schematic of the SD card adaptor:I configured the following in CUBEMX:SDMMC1 as SD 4 bits Wide bus with SDMMC1 global interrupt enabled (all other settin...

0693W00000AMlhCQAT.png 0693W00000AMlmkQAD.png
Gcare.1 by Associate II
  • 2083 Views
  • 5 replies
  • 0 kudos

STM32F401CC CubeIDE + X-CUBE-AZRTOS generate call to non-existing Function HAL_PWREx_EnableOverDrive() in main.c when generating code

Hi all!I'm working with an STMF401CC chip, and all tools up to date as of today.Code generation calls above mentioned function in SystemClock_Config() in main.c.In stm32f4xxhal_pwr_ex.c this function clearly is not available for STM32F401 devices, bu...

WBreg.1 by Associate II
  • 674 Views
  • 0 replies
  • 0 kudos

Resolved! How to get data via the SAI out of the STM32H743 ? (async slave mode) i get nothing - frustrating .

i had I2S 16bit out in slave mode running, but with 32bit data no success. always wrong byte order. so i try SAI , slave mode, 32bit data. but nothing coming from SAI....check with DSO.also DMA -> callbacks for half + full buffer never triggered.i do...

AScha.3 by Super User
  • 1675 Views
  • 3 replies
  • 0 kudos