Posted on May 17, 2011 at 12:01hi If the ADC_CLOCK_DIVIDER=0 in your design then ADC clock frequency is 11.0592M. Try ADC clock frequency = 2 to 5 Use also averaging of 20 reading. I also have ADC problem. Today I change ADC clock frequency to 3.5 a...
Posted on May 17, 2011 at 12:01hi haim In problem 2 try SwitchMainFlash() { PSD8xx_reg.VM = 0x0C; #pragma asm jmp 0x0000; #pragma endasm } try jmp insate of ljmp In my project, I do the same and It''s work fine. Did you put SwitchMainFlash in fixed ...
Posted on May 17, 2011 at 12:01hi haim 1. You can''t use all the address space for the main FLASH. you must leave space for RAM and hardware address. 2. you change from boot program to main program by changing VM register. After changing, the progra...