Hello,I am working on a code that uses the HAL library for SPI communication. But I have a problem with SPI's state-checking routine.void libera_escrita(void){ SPI_TxBuffer[0] = 6; HAL_GPIO_WritePin(GPIOC, CS_Pin, GPIO_PIN_RESET); while (HAL_SPI_GetS...