Posted on May 17, 2011 at 09:56Hi. I have an application which reads data from an external memory interface ADC which is generating 16-bit samples at 4MSPS. This is being put into 2 DMA buffers each holding 288 samples. The DMA is set up to automati...
Posted on May 17, 2011 at 09:56Check out the datasheet. It clearly states the maximum frequency of PCLK is 48MHz in the electrical specifications section. I know there's missing parts and ambiguities, but you should familiarise yourself with what is...
Posted on May 17, 2011 at 09:56Hi. I am trying to write two bytes to a I2C0 peripheral as master at 400kHz using interrupts [haven't tried it with polling]. When I send a start bit I get an interrupt but the I2C0_SR1 register does not have the BUSY ...