Hello,
I'm working with LCDK OMAP-L138 rev.a6. I'm using bsl v2.3 at ccs 5.4.
I try to transmit information by UART with tests from bsl.
I can do it by UART2 using usb cable.
But couldn't do it by UART0 and 1.
BSL test passed success. But I don't recieve any information on oscilloscope screen.
I take ground from 35 pin and try to recive data from 29 pin UART0_TX or 19 pin UART1_TXD of of J15.
After reading this:
http://e2e.ti.com/support/dsp/omap_applications_processors/f/42/t/200681.aspx?pi209567=2
I shorted R206 and R209.Removed only R208, because there was no R205.
After this I recieved data from UART1 on oscilloscope screen.
But removing R172, R173, R277 and shorted R218 and R219 didn't repair UART0.
Also I notice some interesting thing:
1. At bsl Test.
For example for UART2 we write 0x00440000 at PINMUX0,
But for UART0 we write 0x00002222 at PINMUX3. Why not 0x22220000?
I tried to write and 0x00002222 and 0x22220000 but it doesn't help too.
2.why does 29 and 19 pins has different names UART1_TXD and UART0_TX?
Is letter d important?
Regards,
Alexander.