- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is there an area of the flash on the PSoC 6 reserved for user data?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
In addition to 1 MB application flash, PSoC 6 has 32 KB of EEPROM area and 32 KB of secure flash. You can use the EEPROM area for storing the user data.
Also note that some middleware (e.g. BLE, Emulated EEPROM) can place their data into this memory region. Therefore, re-purposing this memory region will prevent such middleware from operation.
Thanks,
Vaisakh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
In addition to 1 MB application flash, PSoC 6 has 32 KB of EEPROM area and 32 KB of secure flash. You can use the EEPROM area for storing the user data.
Also note that some middleware (e.g. BLE, Emulated EEPROM) can place their data into this memory region. Therefore, re-purposing this memory region will prevent such middleware from operation.
Thanks,
Vaisakh