Keil™, An ARM® Company

Discussion Forum

CAL.LIB putchar function only for MCB2100 Board ???

Next Thread | Thread List | Previous Thread Start a Thread | Settings

DetailsMessage
Read-Only
Author
Peter-Christian Carstens
Posted
3-Apr-2006 09:29
Toolset
ARM
New! CAL.LIB putchar function only for MCB2100 Board ???
Hello to all ADUC7026 enthusiasts.
I have this ADUC7026 Eval Board. Fortunately i started with some other Examples. But now printf ("Hello World\n"); drives my crazy.

I stepped through the programm and the address 0xE0010014 (LPC2100) causes an abort. I have several years experience in 8051-assembler, but this are my first steps in "C".

The ADUC7026 is selected in options for Target1. What is wrong?
Stdio.h uses a putchar function from the CAL.LIB


SOS HELP
Read-Only
Author
Reinhard Keil
Posted
8-Apr-2006 07:29
Toolset
ARM
New! RE: CAL.LIB putchar function only for MCB2100 Board ???
You just need to add a customized version of putchar to the project.

Example: http://www.keil.com/support/docs/2929.htm

Next Thread | Thread List | Previous Thread Start a Thread | Settings