Hello @FSAT Thank you for bringing these issues to our attention.I confirm and I reported internally.Related issue tracked under the number 149580These are internal tracking numbers and are not accessible or usable by customers.When your question is...
Hi @smati2 ,If the process is stuck by waiting a TXP set, maybe the Master is deactivating the linetoo early (NSS line at high level too fast at end of transfer).In this case, you can try to switch on NSS soft to test it :hspi4.Init.NSS = SPI_NSS_SO...
Posted on January 24, 2017 at 15:06Hello,You are using a STM32 device with a SPI who include a FIFO.To be sure to not retrieve old data, please use 'HAL_SPIEx_FlushRxFifo' function before call a 'HAL_Receive' function. Thanks to this, the FIFO will ...
Posted on January 23, 2017 at 17:29Hello,Yes, with your hardware configuration you can use 'Direction=SPI_DIRECTION_2LINES_RXONLY' parameter.You will be able to poll Tx but after RX transfer completion. (by using HAL_SPI_Transmit function).BRs,Juli...