User Activity

Hello, we have an STM32CubeIDE project based on the STM32U545. Unfortunately, our first version of PCB's is due to arrive soon populated with the STM32U535 instead, due to parts shortages. My question is, can I use the IDE to load and debug the code ...
AN2606 does a very good job of describing communication peripheral usage by the bootloader, but not so much GPIO pins.Can I get a description of how each of the GPIO pins on the ST32U545REI6Q is configured by the bootloader? This could be important i...
We are using the STM32G0B1CC and have noticed that if we call HAL_ADCEx_Calibration_Start() too soon after calling HAL_ADC_Init() that the CALFACT register comes back as 0. If we insert a substantial delay, say 20 ms between the 2 calls, CALFACT is p...
   hadc1.Instance = ADC1;   hadc1.Init.ClockPrescaler = ADC_CLOCK_SYNC_PCLK_DIV2;   hadc1.Init.Resolution = ADC_RESOLUTION_12B;   hadc1.Init.DataAlign = ADC_DATAALIGN_RIGHT;    hadc1.Init.ScanConvMode = ADC_SCAN_SEQ_FIXED;    hadc1.Init.EOCSelection ...
Kudos from
Kudos given to