This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Downloadproblem

Hi there!

I am an absolute beginner at microcontrollers and need your help.
For two days now I am trying to download a simple program to the flash but it will not work.
If I check the program i do not get any errors but if I try to download it to the microcontroller a window opens only for a part of a second and closes again.
The message I get in the Build output:

"C:\Program Files (x86)\Flash Magic\FM.EXE" "DEVICE(P89LPC938,12.0,0) ERASE(DEVICE,PROTECTISP) HEXFILE("C:\Users\Hölli\Downloads\FH Downloads\MPT\Examples_Campus02Board\Campus02_Board_LedButton\Output\LCD.HEX",NOCHECKSUMS,NOFILL,PROTECTISP) COM(8,7200) HARDWARE(KEILMCB900)"

I work with KEIL µ4 and a P89LPC938 board.

Maybe somebody can help me. If you need further information just let me know.

Thank you

Parents
  • Thank you for your reply, yes it is a college-project.
    I solved the problem 2 minutes ago. Sometimes the solution is that easy.
    I only had to import the project from another place. It seems the program had a problem with the "ö" in the adress.

    Have a nice day

    Bye

Reply
  • Thank you for your reply, yes it is a college-project.
    I solved the problem 2 minutes ago. Sometimes the solution is that easy.
    I only had to import the project from another place. It seems the program had a problem with the "ö" in the adress.

    Have a nice day

    Bye

Children