User Activity

When STM32CubeMX v.5 generates project, it does not insert HAL_SYSTICK_IRQHander() inside SysTick_Handler(). As a result, your HAL_SYSTICK_Callback() no longer works. Previous versions of CubeMX used to generate following code for SysTick_Handler()/*...
The installer is written as a 32bit application. Thus it won't run on 64bit architecture without installing deprecated 32bit architecture libs.
Hi,I suspect that I encountered with undocumented silicon error of STM32L432KC, while I'm playing with a Nucleo32-L432KC board. Here is how to reproduce it:Start a new project with CubeMX v.4.27.0Select SPI1 as a full duplex master(PA1:SCK, PA6:MISO,...
When a TSC is selected, CubeMX populates two lines of the same source file in the Makefile. In other words, there are two lines of:Drivers/STM32L0xx_HAL_Driver/Src/stm32l0xx_hal_tsc.cin the Makefile created by CubeMX. To reproduce, create a new proje...
My environment is as follows:CubeMX v4.26.1 with STM32L0 HAL v1.10.0STM32L053C8Txgcc-arm-none-eabi-7-2017--q4-majorI set the RTC with RTC_HOURFORMAT_24. Actual code for the setup was generated by the CubeMX. If I set the clock to 12:59:59 then the R...