User Activity

Hi,I am using the ST32F412G discovery board, which has a 240x240 LCD attached to the controller using the FSMC interface. At the moment I am using the driver from the board support package and drawing works fine.I will be drawing moving shapes to the...
In the cubeMX default code the order is:HAL_Init(); and then SystemClock_Config();HAL_Init() sets up the Systick Timer with HAL_InitTick().Afterwards SystemClock_Config changes the Clock setup (to HSE in my case), but HAL_InitTick() is not called aga...
Hi,I am looking for the correct pullup/pulldown mode for the joystick on the STM32F412G discovery board.My instinct would say that with the attached board schematic the mode should be "pulldown".But the default project in STM32CubeIDE configures it a...