User Activity

Took me a while to find this, I hope it helps others.Running STM32CubeIDE v1.11.2. I noticed suddenly my variables values under Live Expressions were showing garbage. After a bit of investigation, I found I had to pad my structs to be 4 byte aligned....
file - stm32f7xx_hal_adc.c function - HAL_ADC_ConfigChannel issue - The ADC_CHANNEL_VBAT and ADC_CHANNEL_TEMPSENSOR channels are shared so only one can be used at a time. If you want to use both, you will need to swap between the two. When swapping f...
srec_cat.exe has a flag -STM32_Little_Endian described in the srec_cat manual as "These filters many be use to generate the CRC used by the hardware CRC unit on the STM32 series of ARM MPUs.". I can successfully append a CRC to my firmware file using...
Hi Guys,The latest version of STM32CubeMX allows me to use firmware packages for the F7 architecture versions 1.13.0 and 1.14.0. The latest version of the Keil STM32F7xx_DFP 2.11.0 (2018-09-05) says it uses firmware package version 1.12.0. Unfortunat...
Kudos from