Hello,
My MCU is 89S51/89C51,
System shown below message, when I press debug Error: *** Device is not supported by Toolchain ! *** Debugger aborted !
System shown below message, when I press rebulid Error: *** Project 'TEST_2', Target 'Target 1', Device 'Atmel::AT89C51' is not supported by Toolchain ! ***.
please kindly teach me, how does solve this problem?
Sincerely,
Robert
I have never used C51 tool chain recently. But I assume you choose C51 MDK and multiple example programs from below link. http://www.keil.com/download/
Install C51 and try any sample program installed along with MDK installation. Note: Since you can download only evaluation version, there is a limit in final binary size. That means your code can not grow above certain limits.
I've downloaded CA51 Compiler Kit & MDK-Arm, but still can't debug.
file name : C51V956.EXE(V9.56) www.keil.com/.../c51.htm
Again, C51 and ARM are entirely different - why did you download MDK-ARM if you're using an 8051??
And, again, do the chips you're using actually have any debug capabilities at all?
Obviously, you won't be able to use the debugger if the chips themselves don't support it!