acassis commented on PR #19757:
URL: https://github.com/apache/nuttx/pull/19757#issuecomment-5242349843

   @xiaoxiang781216 any idea how these flash areas are used:
   
   ```
   MEMORY
   {
     flash (rx) : ORIGIN = 0x80000000, LENGTH = 16M
     ilm (rx) : ORIGIN = 0x00000000, LENGTH = 128K
     dlm (rwx) : ORIGIN = 0x00080000, LENGTH = 128K
     axi_sram (wx) : ORIGIN = 0x01080000, LENGTH = 256K
     axi_sram_noncacheable (wx) : ORIGIN = 0x010C0000, LENGTH = 256K
     ahb_sram (w) : ORIGIN = 0xF0300000, LENGTH = 32k
   }
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to