User Activity

I am trying to generate code using CubeMX (version 6.11.1), using the NUCLEO-H563ZI board to start the project. But, I am getting the following pop-up when trying to use the USART3 peripheral which seems to be unavailable:Because of this, I had to do...
While using the Quad SPI mode of the OCTOSPI peripheral for four lanes, it was observed that when used in input mode all the pins except IO2 function properly. We can see the signal coming to the pin when probed externally, but it just does not seem ...
I intend to use the following API to deinitialize the OCTOSPI peripheral which I am using in the Quad SPI mode on the STM32H563 board:  HAL_StatusTypeDef HAL_XSPI_DeInit(XSPI_HandleTypeDef *hxspi) { HAL_StatusTypeDef status = HAL_OK; /* Check th...
Kudos given to