MPC8250 :: UART4 communication issue with spi driver

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

MPC8250 :: UART4 communication issue with spi driver

ソリューションへジャンプ
3,446件の閲覧回数
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,359件の閲覧回数
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,360件の閲覧回数
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,427件の閲覧回数
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 件の賞賛
返信