Pin values when RESET is pressed.
Hi all, I'm working with a STM32F303CCT6, and I'm testing the different pin values when Reset is pressed. The Reference Manual says the reset value for GPIO_MODER is 0, so all GPIO are inputs.But I'm testing my MCU (first I erased all memory) and ha...