User Activity

Hello all,I'm trying to implement a really simple exercise:Send a char via USART2 (PA2);Receive the char via USART1 (PA10);After the char is received, within an interrupt I increase a variable called "Debug".The only HW connection done is that betwee...
Hi to all,I'm trying to use the Nucleo F446RE board to switch on an external LED. by using directly the registersIN particular, I have connected the pin PA5 in series with a resistor, a LED and finally with the GND of the board.The code uses is shown...