Hi
I want to know the address of the memory used by FDS.
I set the following
#define FDS_VIRTUAL_PAGES 3
I think , this setting uses 3 pages.
However, there are tags at 0x2D000 and 0x2E000.
Why not use 0x2C000?
I need to exclude the FDS memory area to calculate the checksum. That's why I need to know the exact usage address of the FDS memory.