Code processing time takes too long. I'm using STM32L476JGYx.
I'm using SPI Communication in STM32L476JGYx. But the code processing time takes too long. [Sensor_IO_SPI_Read] function takes 2 micro sec. After that, I calculated the received raw data. But, it took more 30 micro sec. (32 micro sec)Below, the c...