User Activity

I'm struggling to find a solution to this by searching.I have an existing system running using PA1 as an EXTI set up through Cube MX. I just need to add an exrernal interrupt to PA0As far as I can see the following code is all I should need to add...
I'm working with CubeIDE and Blue Pill boards.I need to frequency count an external intermittant signal at about 4MHz. To do this I need to catch the start of the signal and do my 1ms count period as quickly as possible.I can't see a way to do this ...
I'm working in STM32 CubeIDE with a Blue Pill board.To control the size of main.c I have gathered groups of functions together in to several c/h pair files. One of the pairs is 'myirqcallbacks.c/h". At the moment I have two UART IRQs and an external ...
I have followed Video "STM32CubeIDE basics - 03 GPIO HAL lab" as closely as possible for my hardware as closely as possible and get the following results in the console:STMicroelectronics ST-LINK GDB server. Version 5.5.0 Copyright (c) 2019, STMicroe...