2023-12-07 12:00 PM
Hi all,
I'm currently working on a NUCLEO-H723 board , trying to improve performance of FileX/LevelX.
First of all, seems cache is enabled (FX_DISABLE_CACHE is commented) and LX_NOR_SECTOR_MAPPING_CACHE_SIZE is set to 8.
I'm trying to access to the first 8 bytes of a file consequently but each time i trigger a read it always falls into the LX driver in charge of reading over DMA to the ext flash.
Is cache really working or not?
Then while working on that i tried to enable LX_DIRECT_READ, hoping that this will do a read access directly to the memory-mapped octo-spi flash. Nothing work , but a question raised: where do i have to set the base-address for the memory-mapped read access?
Thanks in advance to all
Davide
2023-12-15 12:56 AM
Hello, i tried to enable LX_DIRECT_READ too, but is not clear how to use it properly, there aren't documentation online, it is suppose that it has access to external NOR by address (similar to FMC), or I misunderstood?
2024-01-31 09:08 AM
I am in the same situation. I wanted to try and enable direct read, but I trap because the address isn't configured, and no info how to configure it.