Andy:
I never had an a reason to parse an Intel hex file until now.
The Flash Magic status bar showed an address of 0x740 when the error message popped-up. I did look at the code around that block of addresses, but didn't notice anything wrong.
My "Project Workspace" window in my Keil µVision was closed, so I didn't relize the start file was part of the assembly process. I must have forgot to remove it when creating the project (I don't use it for assembly language programs) which explains why I didn't have problems programming other projects. I'm surprised that the list file didn't show anything at address 0xFFF0-0xFFFF.
Anyway, after removing the start file, I was able to program the chip.
Thanks for your help!
I never had an a reason to parse an Intel hex file until now.
The Flash Magic status bar showed an address of 0x740 when the error message popped-up. I did look at the code around that block of addresses, but didn't notice anything wrong.
My "Project Workspace" window in my Keil µVision was closed, so I didn't relize the start file was part of the assembly process. I must have forgot to remove it when creating the project (I don't use it for assembly language programs) which explains why I didn't have problems programming other projects. I'm surprised that the list file didn't show anything at address 0xFFF0-0xFFFF.
Anyway, after removing the start file, I was able to program the chip.
Thanks for your help!