User Activity

I am trying to get the 'devID' by using the HAL_SPI_TransmitReceive_DMA function in CUBEIDE, but the proper 'devID' value is not coming out.The correct devID value is 0xdeca0130. (Use 'HAL_SPI_TransmitReceive' function)Please let me know if you have ...
i'm using 'HAL_SPI_TransmitReceive_DMA' , but error in 'devid''HAL_SPI_TransmitReceive_DMA'  -> The path to use this function is If I use the commented 'HAL_SPI_TransmitReceive' function, the 'devID' value is 0xdeca0310 (normal value)If you use the '...
I'm using 'CUBEIDE' / 'STM32F107VC'in deca_spi.c int readfromspi(uint16_t headerLength,const uint8_t *headerBuffer,uint32_t readlength,uint8_t *readBuffer){uint8_t spi_TmpBuffer[BUFFLEN];assert_param(headerLength+readlength < BUFFLEN ); //    decaIrq...
I'm using 'CUBEIDE' / 'STM32F107VC'in deca_spi.c int readfromspi(uint16_t headerLength,const uint8_t *headerBuffer,uint32_t readlength,uint8_t *readBuffer){uint8_t spi_TmpBuffer[BUFFLEN];assert_param(headerLength+readlength < BUFFLEN ); //    decaIrq...
Kudos given to