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

ADC common registers inaccessible?

Hello,i have a problem. I cant write any values into ADC12 common configuration register CCR. It is not possible if ADCs are disabled (as recomended in ref.man.) either they are enabled. I tried to change it using LL functions or CMSIS registers acce...

JCtib by Associate II
  • 916 Views
  • 4 replies
  • 0 kudos

Resolved! CubeMx generated code for STM32h7 when QuadSPi enabled but sd card disabled not compiling (perhaps bug in generated code)

When I generate code for the STM32h750 via cubeMX, I see in stm32h7xx_ll_delayblock.h:#if defined(HAL_SD_MODULE_ENABLED) || defined(HAL_QSPI_MODULE_ENABLED)I have QSPI enabled, but SD disabled, and the code following the #if is accounted for in the c...

RMart.0 by Associate III
  • 897 Views
  • 3 replies
  • 0 kudos