User Activity

Hello everyone!I am working with STM32H7B3I-DK and I have enabled USART1 based on the available example, but I need to enable USART2 to connect to the WiFi. If I use the same code but with RX and TX pins from USART2, I can see nothing on console. Do ...
Hello everyone!I am working on a project and using STM32H7B3I-DK board. I am facing issues with SPI communication. I am using simple code: while (1)  {    HAL_SPI_TransmitReceive(&hspi2, tx_data, rx_data, strlen(tx_data), HAL_MAX_DELAY); // Send AT c...
Hello everyone!I'm working on a project where I want to transmit some data to the cloud using the STM32H7B3I-DK board. However, I've encountered difficulties in establishing serial communication with this board. I've tried enabling SPI communication ...