Hi there, I can flash my LPC2292 with nxpprog, however the code doesn't execute properly. If I flash the code with another tool (Flash Magic), it works. I'm using it on Ubuntu 11.10, with the command:
./nxpprog.py -oscfreq=12000 -baud=38400 -eraseall /dev/ttyUSB0 FM2v2_cpp.hex
Any ideas why it's not working, or any further testing I can do?
I figured it out - was missing the -filetype=ihex argument. Works now, thanks for the program!
Log in to post a comment.
Hi there, I can flash my LPC2292 with nxpprog, however the code doesn't execute properly. If I flash the code with another tool (Flash Magic), it works. I'm using it on Ubuntu 11.10, with the command:
./nxpprog.py -oscfreq=12000 -baud=38400 -eraseall /dev/ttyUSB0 FM2v2_cpp.hex
Any ideas why it's not working, or any further testing I can do?
I figured it out - was missing the -filetype=ihex argument. Works now, thanks for the program!