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
Yes I'm talking about the MCI driver (for accessing a SD Card with FlashFs). In this situation DMA is used, and therefore another cache position is not working...