Posted on May 17, 2011 at 12:29Thanks Ivan, Have you worked with this device before? It is indeed a strange interface, and there are various configurations possible. I also find the documentation a bit skimpy, unfortunately I'm taking this project o...
Posted on May 17, 2011 at 12:29Hi, Trying to talk to an Analog Devices AD7980 ADC using SPI1. Everything looks ok on the logic analyzer, but I'm not receiving any data on the MISO line. Does anybody have experience with these devices? I'm at my wits...
Posted on May 17, 2011 at 12:28Thanks guys, all working now. Did not have the TMR2 Clock enabled. Also cleared the wrong interrupt flag in the ISR, should have been the Update flag -> TIM_ClearFlag(TIM2, TIM_FLAG_Update); [ This message was edited b...
Posted on May 17, 2011 at 12:28Thanks, that's pretty close to what I had, but my ISR still isn't firing. Do I need to setup the interrupt register somewhere else as well? Here is the ISR inside stm32f10x_it.c: /**************************************...
Posted on May 17, 2011 at 12:28Hi there. I'm a newbie from a Microchip PIC16/18, dsPIC background and I need to learn the ST32 quickly for a new project. I'm trying to setup Timer2 for a 1 second interrupt and flash an LED in the ISR. My code never ...