User Activity

Hi,I'm trying to reset one STM32 MCU using another STM32 MCU via NRST Pin. I'm pulling down that NRST Pin using GPIO Output Pin of Host MCU. In this case what should be the GPIO configuration (Push-Pull/Open Drain)(No Pull Up Pull Down/Pull Up). Same...
Hi, I was testing UART communication using F446RE Nucleo Board. I was sending data to COM port by a python program running in PC and trying the receive to same data.ser.write(serial.to_bytes([1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15])) print...