Hello everyone,I try to transmitt data with my STM32L4A6ZG via SPI. I configured the Transmitt Only MasterMode and have NSS via hardware selected. After Initialization I check with the function: ret_tx1 = HAL_SPI_GetState(&hspi1);Which returns: HAL_S...