Dear all,
I use MPC8308E in my design, and communicated it with FPGA througn local bus. And I want to use DMA to manage data movement between them.
However, I can not find the responding DMA driver for mpc8308.(the old one, such as file" fsl_dma.c" is not suitable , i think). Can anyone tell me where to get the source code?
Thanks in advance.
MPC8308 processor has DMA engine similar to DMA engine used in MPC8349 processor. So, I think you can use MPC8349 driver fsldma.c with very little modifications.
Have a great day,
Alexander
TIC
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Thanks very much.
I have forgot to say, I use the MPC8308RDB bsp, and search linux driver support for mpc8308 DMA