Hello
How can I increase the size of the flash in Syscfg( see Picture)?

Thanks in advance
Best regards
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello
How can I increase the size of the flash in Syscfg( see Picture)?

Thanks in advance
Best regards
Hi,
The maximum flash size supported is 32MB (originally, now 8MB due to HW errata) via memory map mode which is default mode of driver reads.
Best Regards,
Aakash
The flash size that we use is 512MB. How could we setup the flash size in this case?
I would also ask you, ist the mcal flash driver or Syscfg driver from TI compatible with the S25HL512T Chip? I ask this question because, the chip has a sector size of 256kb instead of 4kb and it is non-uniform.

thank you in advance
Hi Panda Bear,
These changes are "application-specific" rather than driver specific. The size of sectors majorly impacts erase sizes. So this handling is application specific where they execute the erase command based on the sector sizes. However the program only requires the address to be page aligned.
Hope it helps.
Best Regards,
Aakash