User Activity

Forgive if this is an obvious question but I'm new to software programming and I'm not familiar with licensing in general. I finished my project using STM32CubeIDE and I want to release my work under GPLv3 license. The issue is that my own code is ju...
I'm using a STM32G031J6 MCU in my project and i need to use the reset pin as a GPIO. From what i read on the reference manual this can be done by setting the NRST_MODE option bit to 2 (GPIO). However the issue i'm facing is that if the reset pin is h...