cancel
Showing results for 
Search instead for 
Did you mean: 

Stm32cube SPI DMA for MAX31865 chip

Brian Beardmore
Associate II
Posted on December 11, 2016 at 15:05

i have all my initialization code generated for STM32F217 SPI DMA  using STM32CUBE as MASTER. Does anyone have a good c code example of the main() with infinite loop while() code sending and receiving data and then processing the result ... all the ST EXAMPLES don't show this last part

1 REPLY 1
vishi100
Associate II
Posted on December 17, 2016 at 20:35

I have interfaced MAX31865 with STM32F334 in polling method. My code is in Github. Here is the link to the repo - 

https://github.com/Vishi100/STM32F334_MAX31865