Skip to main content
chuck_moore
Associate
August 28, 2013
Question

STM32L-Discovery SPI to ADS1118

  • August 28, 2013
  • 1 reply
  • 944 views
Posted on August 28, 2013 at 08:41

The original post was too long to process during our migration. Please click on the attachment to read the original post.
    This topic has been closed for replies.

    1 reply

    crt2
    Visitor II
    August 28, 2013
    Posted on August 28, 2013 at 10:26

    NVIC_InitStructure.NVIC_IRQChannel = SPI1_IRQn; // changed from <-- where do you have SPI1_IRQn defined and what's in there.

    FWlib has some nice examples of SPI, which are mostly self-sufficient. Did you check any of that (since I've seen you have gone with changing USART code...)?