Hi, I’m trying to program the Ultimate IMU with the code that I downloaded online ! I would like to know where am I in the program by using rprintf() but the only letters I got are :
If you have an oscilloscope connect it to the UART Tx line. Try to send 0x55 or 0xAA pattern. Look at the waveforms and measure the duration of 1’s or 0’s. Calculate the baudrate from that value.
I uploaded a tiny LPC2148 program to http://overtracks.com/sos/20110308/. [heloo.zip has .hex and .bin files as well as the source files. (You will have to modify the makefile if you want to build it.)
It is set at 4800 8N1, and puts out about 1 character per second. I don’t know anything about Hercules setup but any terminal program (even Hyperterm) should be OK.
Thanks everyone, actually the code wasn’t complete and it missed some initializations, for the system clock more particularly, so it is obvious that the terminal could not put up the right data :)!
I spend a lot of time trying to resolve this problem and I’m glad that it is working now
Hello!, I’m having the same problem with the rprintf function, could you tell me what are the modifications you made to make it work, I have spended 2 weeks trying to find it out but I just can’t make it work :S, I hope you could help me.