 | RL-ARM User's Guide |  |
|
|
| File SystemFile System options allow configuring RL-FlashFS to open multiple files at the same time. Each opened file requires some memory resources for file buffering. Set the options manually or use the Configuration Wizard. 
The following options can be configured: - Number of open files specifies the number of files, that can be open at the same time.
#define N_FILES 8
- CPU Clock Frequency [Hz] determines the CPU clock frequency value in Hz. Set this value equal to the Core Clock value.
#define CPU_CLK 60000000
|
|