Hi, I just purchased this board, but I can’t seem to find a convenient pin-out diagram like the one for the H743ZI. On the website (in the first link), it just says “todo” under pin-out, and I can’t seem to find any documentation which lists each function of the Zio pin connectors; can someone help me find some such documentation? I’m very new to STM32 programming, so I apologize if I’m missing something obvious (user manual/datasheet/etc). Thanks!
Hello,
you probably have to visit ST’s pages or use pinmap from MbedOS respository
- STM32H7A3ZI - High-performance and DSP with DP-FPU, Arm Cortex-M7 MCU with 2MBytes of Flash memory, 1376 KB SRAM, 280 MHz CPU, L1 cache, graphic accelerations, external memory interfaces and large set of peripherals - STMicroelectronics
-
NUCLEO-H7A3ZI-Q - STM32 Nucleo-144 development board with STM32H7A3ZI MCU, SMPS, supports Arduino, ST Zio and morpho connectivity - STMicroelectronics
mbed-os/targets/TARGET_STM/TARGET_STM32H7/TARGET_STM32H7A3xIQ/TARGET_NUCLEO_H7A3ZI_Q at master · ARMmbed/mbed-os · GitHub
@jeromecoutant maybe could help
BR, Jan
1 Like
Yes, I can check if I can make the picture
1 Like
Done
2 Likes
@JohnnyK @jeromecoutant Thanks!