We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi all, I'm using Keil IDE with EM783 microcontroller. I compile the code correctly, but I can not download it through the debugger. Keil always returns the following error: "No Algorithm found". In "add flash programming algorithm" there isn't an algorithm for micro EM783. Can anyone help me?
Best regards, Luca
Hello Luca,
which version of MDK are you using? If you are using MDK v5, you need to install the Legacy Pack to support the EM783 (www2.keil.com/.../legacy ).
Kind regards,
Christopher
Thanks a lot Christopher!!! I've installed the Legacy Pack and now I download the code correctly using the programming algorithm for LPC11xx/122x.
Luca