User Activity

Hi, I came across an issue where i had a GPIO interrupt on PA11 and PC11 of my STM32F103 board and after calling HAL_GPIO_DeInit() on PA11, the interrupt was disabled on PC11. I know they share an interrupt line but is this behaviour to be expected?T...
Hi,I'm currently developing an application on a STM32F103 MCU that is capable of upgrading its own firmware over CAN. The flash memory is split into 2 partitions and the when the currently active application receives a FW update it copies it into the...