WIFI module
Hello everyone,
I am working with the STM32H7B3I-DK board and I need to establish wi-fi module. I am facing problems with the spi2 and usart2 communication. I saw in the documentation that these are two possible ways to communicate with wifi modules. Only one (spi2 or usart2) should be used. I manage to enable USART1, but I can not see anything on console when I enabled USART2. I need help with that. It would be great if there are some codes or examples on how to establish wifi module on this board, so I can try them. I went through all available examples for this board, but I could not find the one that could be helpfull. There is only one example that connects to the touchscreen but I want to connect by code throug STM32CubeIDE. Even the touchGFX project could not be simulated.
