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

Using Using RL-FlashFS For SD Card

Hi I try to use RL-FlashFS for sd card ,but i do not know the base address? who can help me ? how to config following micro. i found when i init the file system ,i need two parameter( fs_Init (_BASE_ADR, _CPU_CLK))

// <o>Target device Base address <0x0-0xFFFFF000:0x1000>
// Define the target device Base address.
//
Default: 0x80000000
#define FL_BADR 0x08000000// 0x80000000

// <o>Device Size in bytes <0x10000-0xFFFFF000:0x8000>
// Define the size of Flash device
//
Default: 0x100000 (1MB)
#define FL_SIZE 0x20000 // 0x0200000

Parents Reply Children
No data