STM32H743I-EVAL2 not working with IAP_Main serial from H7 Cube examples.
I am having trouble getting the Serial IAP to work with the STM32H743I-EVAL2 board.
It loads and compiles fine and seems to get into the correct serial string transmit loop when pushing the tamper button on start up. But I can not get any serial communication to send. I have placed a scope on the output pin and there is no serial sending. I can see serial on the RX when sent from my computer.
I have made a test project use STMcube turning on just the serial pins and sending an array of bytes out using HAL_UART_Transmit ( &huart1, data, 10, 1000); and this works.
Is this compatible with the EVAL2 board? Do I need to change anything?
