Posted on March 31, 2017 at 04:56Hi All, I am new to STM , I have problem in read and write data simultaneously using STM32L476 board. i just created a new project using STMcubeMX and try to read and write simultaneously using HAL_SPI_Transmi...
Posted on April 06, 2017 at 20:02are you able resolve the issue.. ? if yes, can you please let me know the solution, i am encountering the same issue at my end.
Posted on April 06, 2017 at 04:05still no luck. i tried below steps HAL_GPIO_WritePin((GPIO_TypeDef *)GPIO_AF5_SPI1,GPIO_PIN_4,GPIO_PIN_RESET); status = HAL_SPI_TransmitReceive_IT(spiHandle,(uint8_t *)txBuff,(uint8_t *)rxBuff,Size); ...