Posted on May 17, 2011 at 12:10We are using uPSD3333dv-40U6 microcontroller in one of our products. We have an ADC which operates over SPI. We have a problem in reading the output of the ADC through SPIRXD pin. We are using PORT 1 for SPI. The ADC i...
Posted on May 17, 2011 at 12:10We are working on ST upsd3334DV on DK3300 development kit. We are facing problems in the genertion of *.hex,*.obj files when the Code banking is selected in the options for the target. We request you to send the proced...
Posted on May 17, 2011 at 12:09In the code I am waiting at only following locations while (SPISTAT & SPI_BUSY_FLAG); //to start transmission while (SPISTAT & SPI_BUSY_FLAG); //transmit complete I think I am not waiting anywhere else Thanks. Jose
Posted on May 17, 2011 at 12:09Hi, I am trying to interface uPSD3334D Controller and SPI ADC Chip(TLC3578 from TI). I am able to communicate with ADC at less than 2.5MHz speed. When I increase the speed, from first byte and second byte a delay of mo...