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
So have you tried running that command at a Command Prompt (in a "DOS Box") to see what reply you get?
Note that Flash Magic is a 3rd-party tool; for Flash Magic support, go to: http://www.flashmagictool.com
Does the "Campus02_Board" in your path mean that this is a school/college project? If so, you should be asking you teacher/lecturer/supervisor about this - they will be far better placed to help you that any stranger on the internet with no idea of your equipment & setup...
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
Non-ASCII characters means it matters what character set the file system uses, compared to what character set the dialog text box happens to use - and if the program happens to perform any character set conversion.