Posted on July 24, 2006 at 14:45Ok, I solved my problem! I had more than one channel selected in ADC12->CSR while I was using the ADC in single conversion mode and that was the cause why the completion flag was never set. Cheers Gawie
Posted on July 21, 2006 at 18:11Hi I am using libary ver 3.1 and the ADC12_Init() looks like follows: void ADC12_Init(void) { /* Initiate ADC12 registers to their reset values */ ADC12->CSR = 0x0000; ADC12->CPR = 0x0005; } Cheers Gawie
Posted on July 21, 2006 at 05:46Hi I solve my problem, but I am not quite sure of my solution. Maybe somebody can shed some light on the issue. On startup I did initialise the ADC by calling the following functions: // Configure the used analog inpu...
Posted on July 19, 2006 at 09:05Hi Dom Did you solve the ADC12 problem? If so please let me know what was wrong, as I am getting the same problem - not every time though, which makes it even more scary ;-). Cheers Gawie
Posted on March 13, 2006 at 13:36Hi According to the documentation one cannot cannot use the checksum funtionality of the IAR linker (xlink) without padding the unused bytes with some constant byte value. Does any know a workaround for this or will ...