stm32f767zgt6 usart1 and spi4 not working
I have issues getting usart1 and spi4 to work..
USART1 "supposedly" work (software side do not complain) but USART1_TX pin is dead, there is nothing exiting this pin, scope shows it is dead. Same on multiple stm32f767zgt6 chips so it is not a dead chip. No clue if I missed something but USART2 works without a problem for e.g.....
With SPI4 I have other problem, sendreceive times out, I don't get how a MASTER SPI can timeout, it does not wait on anything... but it times out... no matter what I try, it always times out .. spi1/2/3 work ok
STM32CubeIDE is what I'm using to configure and program
