Hello,
I tried to download to my ADuC7026 example program for DACsine wave. But when trying this error is generated: No Algorithm found for address 0x00080000. Should be ok because FLASH/EE is from x0008000 to 0x0008FFFF0
I communicate through Jtag and uC is paired because I can erase it (can't read registers though because 'CPU is running').
Have anyone solved this problem before ?
Thanks, Bob
In order to download the code with jtag using uvision you have to set the algorithm to match your mcu.
Open the target options and go to the utilities tab, select your programmer and in the settings add your mcu to the programming algorithm box
Alex
Thanks a lot !
It worked. I have though problems now with timeouts... Out of 5 tries only 1 finished with Programming ok. But I'm happy with that.
Once again thanks a lot Alex!
You are welcome.
Have you tried with a lower jtag clock frequency? Or if there is an auto setting for the clock try that and the debugger will find the optimum clock frequency.