MPC8250 :: UART4 communication issue with spi driver

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

MPC8250 :: UART4 communication issue with spi driver

跳至解决方案
3,448 次查看
hemwant
Contributor IV

We are having a custom board with MPC8250 processor , we have connected UART4 of the processor with a module also we are having a spi slave connected to the CPU . Both the slave devices UART as well as spi can be accessed independently using the driver interface. However as soon as both the drivers are uploaded  the  kernel throws exception and the communication with the slave devices stop. Is there any limitation in the processor when working with UART4 and SPI simultaneously?

I have attached kernel exception dump, uart settings done for mpc8260, spi_driver code.

0 项奖励
回复
1 解答
3,361 次查看
hemwant
Contributor IV

The issue was the DP RAM address was conflicting with UART4 , on modifying dp ram addr used for spi . The issue was not observed again.

在原帖中查看解决方案

0 项奖励
回复
2 回复数
3,362 次查看
hemwant
Contributor IV

The issue was the DP RAM address was conflicting with UART4 , on modifying dp ram addr used for spi . The issue was not observed again.

0 项奖励
回复
3,429 次查看
Pavel
NXP Employee
NXP Employee

The MPC8260 hardware supports using SCC4 UART and SPI simultaneously.

Is there similar problem if different SCC UART is used?

Test your board using different SCC UART.

Is it NXP software?

0 项奖励
回复