Posted on May 17, 2011 at 14:25Hi, i have no Solution till now, only a workaround (i do not use the circular mode any longer and throw away the memory-results when i notice the error -> DMA count not 0 when EOC is set). What do you mean, ''the failu...
Posted on May 17, 2011 at 14:25Now i have disabled circular mode and set back DMA_Channel1->CNDTR manually in ADC_IRQHandler- ISR (interrupt from ADC1, EOC). I observe DMA_Channel1->CNDTR in the isr and sometimes (very seldom) it is NOT 0, but EOC i...
Posted on May 17, 2011 at 14:05I think the uC should make a reset as described in the reference manual, and not only sometimes. maybe st solved the silicone bug in their libary with the use of the ''dsb'', but i cannot use it.
Posted on May 17, 2011 at 14:05It is not possible. main.c(152): error: #1113: Inline assembler not permitted when generating Thumb code and when i want to use #pragma arm main.c(151): error: #1114-D: this feature not supported on target architectu...