Given an MCU (say an STM32H755ZIT) and a function (say SPI2_MOSI), how can you find which pins may be configured as SPI2_MOSI, short of clicking on every pin in the Pinout View of the MX Device Configuration Tools?
I have two NUCLEO-H755ZI-Q boards and I’m trying to run the SPI_FullDuplex_ComIT example on both.One board breaks here (whether the software is built for master or slave):The other board has no problem (whether the software is built for master or sla...
I got a NUCLEO-H755ZI-Q board and downloaded all the docs and software (en.stm32cubeh7-v1-12-0.zip).When I go to C:\STM32Cube_FW_H7_V1.12.0\Projects\NUCLEO-H755ZI-Q, there’s just a read.me file that says: “All projects available under Projects\NUCLEO...
Enabling CM4 was erroneously marked as the solution. Disabling it was just an experiment. We still don't know why the synchronization times-out on one of my boards.