Hi,
I am bringing up custom LS1043a-RGW board and in u-boot- I see
serial output, but I have not been able to get serial Input...
1) Is there any configuration option that makes it impossible?
2) My hardware engineer swears the input is coming to edge of board.
3) It looks like it is using DUART1 - and I've gone through the NS16550_init() - where it is pointing at
this device. Although I'm confused that it is configuring registers and such, but when I look at
those peripheral registers in CodeWarrior - the values aren't there?
4) I am wondering what ISR is reading this register and how I can instrument it to prove that
interrupts are occurring for inbound data?
5) I am looking at the polling loop from u-boot (tstc()) waiting for console input, and that is NOT set.
But, again, when I dump the rest of registers, it seems that it is NOT initialized?
See attached dump from CodeWarrior Peripheral Registers for DUART1:
Thanks in advance.
Tom
已解决! 转到解答。
How many boards were tested?
Is DVDD=3.3V?
Example of raw memory dump (required similar for the UART CCSR memory area):
fe008000: 000000ff 00000000 0200023f 00000000 ...........?....
fe008010: 00000000 00000000 00000000 00000000 ................
that will be tomorrow morning to get the trace.
when talking to the hardware engineer, he indicated that only TX and rx were connected. is there any concern with floating pins(even when the uart should be configured to ignore those?