bianchi77
Advanced Member level 4

- Joined
- Jun 11, 2009
- Messages
- 1,313
- Helped
- 21
- Reputation
- 44
- Reaction score
- 20
- Trophy points
- 1,318
- Location
- California
- Activity points
- 9,442
Guys,
Does anyone of you have experience on using SPI1 with DMA on STM32CubeMx?
I tried using this function HAL_SPI_Transmit_DMA(&hspi1, data, 3);
But I didn't see any response on my Logic analyzer..
Any ideas ?
I have initialize clock, GPIO, DMA and SPI setting according to STM32CubeMx setting...
Thanks
Does anyone of you have experience on using SPI1 with DMA on STM32CubeMx?
I tried using this function HAL_SPI_Transmit_DMA(&hspi1, data, 3);
But I didn't see any response on my Logic analyzer..
Any ideas ?
I have initialize clock, GPIO, DMA and SPI setting according to STM32CubeMx setting...
Thanks