Posted on August 30, 2011 at 10:51The original post was too long to process during our migration. Please click on the attachment to read the original post.
Posted on September 05, 2011 at 23:01Hi. thanks for your input and sorry for the delay. The missing pins are due to the fact that 2 of my 4 ''pins'' are virtual ones - or better - internal channels of the cortex (power reference and temperature). Th...
Posted on September 01, 2011 at 00:06Partially this is working now... The ''byte'' size problem was fixed by fixing the following copy and paste error: ''dmaInit.DMA_PeripheralDataSize = DMA_PeripheralDataSize_HalfWord;'' not ''dmaInit.DMA_Peripher...
Posted on August 31, 2011 at 23:14Hi, thanks for your input. I restructured the code and ordered it like you proposed (Roughly I did that before but for peripherals which I switch on and off via compile flags I wanted to have the clock and gpio init...