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.
I'm trying to set up the Atmel ATOCD51 as a emulator in uVision. I installed FLIP as directed and the driver for uVision. When I started the debugger in uVision it stated that I needed to update the firmware in the ATOCD51. I let that process run but it failed. I went to the directory where UPDATE_FIRMWARE.BAT is located and ran it from there. It was successful.
When I tried to load the binary; Device selection, Hardware selection and Opening port all pass. Inializing OCD produces a message box that says, "Unknown OCD target; possible targets are: R51, C51, M51, LINK and LP."
On a lark I recompiled the project and tried to load it again. As before; Device selection, Hardware selection and Opening port all pass. This time, however, I get a message box that says, "Debug command sent. Did not get the OCD prompt."
In Project Utilities I have selected "Use External Tool for Flash Programming". The Command is set to: "C:\Program Files\Atmel\Flip 3.3.1\bin\batchisp.exe" and Arguments is: "-device ATOCDTARGET -hardware RS232 -port COM10 -baudrate 19200 -ocd 51 -operation memory 14 loadbuffer %H PROGRAM".
I've tried this with both the new project PCB and an Atmel AT89STK-11 demo board with the same results.
Atmel's response was to use batchisp.exe instead of FLIP. That was less than useful since I am using batchisp and not FLIP.
Sorry this is so long but I'm totally confused that this point as to what to try next.
Thanks for any direction.
Bill
Have you tried "-device ATOCDTARGET -hardware RS232 -port COM10 -baudrate 19200 -ocd C51 -operation memory 14 loadbuffer %H PROGRAM" rather than "-device ATOCDTARGET -hardware RS232 -port COM10 -baudrate 19200 -ocd 51 -operation memory 14 loadbuffer %H PROGRAM"?