Hi,
I work on the TMS320VC5505 with DSP/BIOS. I have a problem when I want to use the UART and SPI. I initialized the UART and the SPI BUS with csl. When I use just SPI BUS or UART ,the both works very well. But if I configure UART in first and after and i configure the SPI ,the UART's configuration is changed and it doesn't work but the SPI Bus is ok.
I have seen that registers IER,FCR,LCR,DLL,DHR and PWREMU_MGMT had been changed. I don't think that this registers are shared by both SPI and UART, But I don't understand why the SPI's configuration can change the UART's configuration. Have you got any ideas?
Is It possible to use simultaneously the SPI Bus and the UART?
thank you