Skip to main content
Brian Beardmore
Associate
December 11, 2016
Question

Stm32cube SPI DMA for MAX31865 chip

  • December 11, 2016
  • 1 reply
  • 2294 views
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

    This topic has been closed for replies.

    1 reply

    vishi100
    Associate II
    December 17, 2016
    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