MPC8250 :: UART4 communication issue with spi driver

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MPC8250 :: UART4 communication issue with spi driver

Jump to solution
3,443 Views
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 Kudos
Reply
1 Solution
3,356 Views
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.

View solution in original post

0 Kudos
Reply
2 Replies
3,357 Views
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 Kudos
Reply
3,424 Views
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 Kudos
Reply