A system that the company I currently work for buys in from a third party company, supplied us some time ago with a .cmd file for programming their hardware with their bootloader and setting relevant fuses. It was written originally for AS6.2, however I'd like to use it with AS7 and not have to go back to an older version, but it seems to be giving me issues.
This is the line in the .cmd file which I strongly believe is causing the error
atprogram -t jtagice3 -i jtag -d at32uc3a0512 program -o 0x80000000 -f at32uc3a-isp-1.0.3.bin --verify write -fs -o 0xfffe1410 --values 0xFC07FFFF
and a screen shot of the command prompt showing the error...
Now I'm already expecting that someone's going to politely tell me to use the help commands to see whats going on, and I have indeed done that. But I know that this worked with AS6.2 so I'm hoping that it's something simple that's changed between AS6.2 and AS7 and someone who has more experience with atprogram can point me in the right direction...