This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

FlashFs withour DMA?

Hello,

I want to use FlashFs but I'm also using USB on my LPC2368. Therefore I can not relocate the cache buffer to memory address 0x7FD00000 (start USB memory) because this is already in use. The LPC2368 user manual specifies only DMS access to USB memory, so I can not use the ethernet ram for this purpose... Is it possible to use FlashFs without DMA? What do I have to do for this?

Regards,

Roland Beuker

Parents
  • But it seems that MCI would have to be serviced without loosing anything from FIFO meaning no interrupts that would block MCI FIFO filling and emptying for longer time than MCI can work with it.

    In other ways without DMA you will probably have to drive the card via SPI.

Reply
  • But it seems that MCI would have to be serviced without loosing anything from FIFO meaning no interrupts that would block MCI FIFO filling and emptying for longer time than MCI can work with it.

    In other ways without DMA you will probably have to drive the card via SPI.

Children
No data