User Activity

Using STM32CubeIDE 1.6.1 with a project based on Version 1.6.0 of the STM32H7 firmware package the code generator will not generate a void SysTick_Handler (void) { method as long as according to the recommendation a non-systick-timer is configured as...
I would like to benefit from bugfixes in newer firmware packages for an existing STM32H7 MCU. However there seems to be no way to switch to newer firmware packages for existing projects in Cube IDE. Does a recommended way exist which does not require...
Configuring SPI for 24 bit data frames and receiving single data frames via HAL_SPI_Receive_IT (which redirects to HAL_SPI_TransmitReceive_IT() in case bidirectional transfer is enabled), hspi->RxXferCount and hspi->RxXferSize are both set to the val...
The errata sheet of these MCUs says:2.16.2 Wrong data may be read from Message RAM by the CPU when using two FDCANsDescriptionWhen using two FDCAN controllers, and the CPU and FDCANs simultaneously request read accesses from Message RAM, the CPU read...
All code paths depending on USE_SPI_CRC thus stay disabled and CRC checking is silently deactivated. There seems to be no place where USE_SPI_CRC can be defined without being deleted by the next automatic code generation. Is there a workaround or did...