stlink bridge api spi
hello
I want to use your api to speed up the developpment of a driver based on spi communication, this function seemed appropriate in your stlink-v3-bridge-v1-2-0:
Brg_StatusT Brg::ReadSPI(uint8_t *pBuffer, uint16_t SizeInBytes, uint16_t *pSizeRead)
unfortunatly I found this comment:
* In #SPI_DIRECTION_2LINES_FULLDUPLEX dummy data are sent while receiving.
and i check with a scope that it is the case (data written are '0'),
this is a pity because read/write are frequently simultaneous in spi,
is there a possibility to send data instead of dummy in the mean time we are reading ?
regards
Benjamin
