User Activity

Hello,I have problem with establishing wifi connection on STM32H7B3I-DK. I am using SPI2. I dont get any response. I am using simple AT command, that should give response 'OK'.  This is my int main() and initialisation of SPI2:int main(void){/* USER ...
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....