User Activity

Hi, thereI am developing a bootloader to upgrade the firmware through CAN. I have done it successfully with a STM32L431CCUx platform. Everything works when the SCB->VTOR is available. When it comes to this Cortext-M0 core (STM32F072), which has no VT...
Hello, thereI was not able to use the NJTRST (PB4) pin as a general GPIO input pin. I googled and other people having the same issue using the macro: __HAL_AFIO_REMAP_SWJ_NONJTRST()to remap the NJTRST pin. Yet, this macro is not available for the STM...