control of my stm32 with an external board
Good morning. I want to use my Nucleo to light up the LED of my stm32h747. For this, I first programmed a GPIO output for my nucleo board. I connected a wire and measured 3.4 volts and 120 mA with a multimeter. then, I decided to toggle the wire to port D0 of my stm32h747. I used the schematics to enable the port and then wrote a simple code to see if it worked:


I also toggled another LED(pin I15) to ensure my code worked.
Finally, I connected the wire from my Nucleo to the stm32h747 and two random ground pins from each board. It did not work, and I do not understand what I did wrong in my approach. Maybe I miss something.
best regards
