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.
On my own print with a lpc2132 mcu I can't seem to get the hello world example to work. I'm using the standard copy and my terminal settings are correct.
I've tryed using only sendchar but that doens't make a difference.
I mean the PCB.
Of course - silly me!
What tests have you done to verify that everything is actually working correctly on your board?
Have you verified that "the standard copy" is actually compatible with your hardware design?
Well I am sure it's the original version cause I reinstalled the Keil uVision 3 IDE.
The PCB is working cause with other code it works without any problems.
Just want to test the hello world example to test some simple serial communication.
Lastly I do have to mention that in the other code I can't use the printf() statement but I can use sendchar().
That's a seriously premature conclusion. You ran two tests on your board. One (with that "other code") worked, the other (Hello world) didn't. How do conclude from these two results that the board works?
In particular, what makes you think your board's serial interface is working, given that you apparently never managed to get to send data over that interface?
in the other code I can't use the printf() statement but I can use sendchar()
Sigh. And why "can't" you use printf() in there?