Hello,
I am running ambd_sdk on RTL8722DM Mini EVB.
I am looking for a solution to store the debug logs in Flash as I cannot use SD cards and FATFs due to some limitations.
I am planning to use the 24K User space available in the Flash, I’ve seen the application note, and it shows that 0x08100000 is the starting address of it.
Here my question is
How do I determine the available Flash size after flashing the images?
- For example, if my image is 1.3MB, then how will the addressing of Flash will work for the remaining Flash of around 0.7MB and how do I access those areas as a Use data?