User Activity

I am using STM32CubeIDE v1.13.2. When setting oversampling for ADC3 on STM32H723, the ratio value is incorrectly generated to exactly the number that is typed in the GUI:  hadc3.Init.Oversampling.Ratio = 32; which is then on lines 725-735 in stm32h7x...
Board: Riverdi display with STM32H757XIH6 MCU; using TouchGFX and FreeRTOSI think I know how BASEPRI register works and how it is used in FreeRTOS. What I do not know is where is the value of BASEPRI register set at the beginning of the program. I no...
Today I tried migrating our projects to the new STM32CubeIDE release. One thing I noticed is that whenever MPU is enabled, it generates redundant function prototype static void MPU_Initialize(void); in main.c which generates a warning when -Wall is e...
We are using STM32H723ZG on custom board. Sometimes, we want to jump to System Bootloader (address 0x1FF09800) from our application. Then we connect to device via USB DFU. I thought that it works reliably, however we discovered that sometimes, there ...
We have another problem with EEPROM emulation. We use STM32H723Z and store user configuration to flash as emulated EEPROM. I used driver from the H7 examples' directory as a basis.When we write the configuration heavily, after few days, there occurrs...
Kudos from