User Activity

Hello everyone,return to the issue of problems that can arise using the HAL_Delay (), within the Interrupt service functions in projects for embedded systems without RTOS.Briefly: the HAL_Delay (), uses the interrupts thrown every mSec by the system ...
Hi, I'm trying to use IRQ Software calls with Nucleo-F4 boards in STMCubeMx 1.8 environment.The UM1725 - Rev 7, pag. 346, tells me to use the HAL_Generate_SWI.The call, included in stm32f4xx_hal_exti, requires you to define two simple structures: EXT...
I'm using a board Nucleo Stm32F401RE on Stm32Cube 1.8.A simple question : I have cofigured, in MX, I/O pin PC5 as GPIO_EXT_INT5with interrupt in falling edge , pull_up enabled and NVIC[9:5] enabledRemember: in Nucleo board PA5 pin control in OUTPU...