User Activity

I have used CubeMX to generate an application structure for the STM32F746 DISCO board.When trying to run the most basic application, during the initialisation, TIM6 is set to be the HAL tick source, when it is enabled, it immediately jumps to its int...
Basic project with the defaults from the config wizard for STM32L4S7Add into the main while loop: declared_volatile_variable += 1; HAL_Delay(1000);Set a break point on the addition and debug. Every second, the breakpoint triggers, then continue...
Hello,STM32Cube FW_L4 V1.17.0When changing the timebase of the systick, the HAL_Init() function no longer returns and it goes off to system memory in a loop.To replicate, start a new project with for the NUCLEO-L4R5ZI, initialise all pins to the defa...
Hi,The auto generated code does not work.STM32CubeIDE version 1.7.0Create a new STM project -> board selector -> NUCLEO-L4R5ZIProject Name: rtostestFirmware Package: V1.17.0Initialize all peripherals with their default mode - YesMiddleware -> FREERTO...
Kudos given to