I had interface EEPROM with STM32G4 board and I have to flash a project code in EEPROM as my Flash memory of the board is not sufficient for my project(code size is large).So is it possible to flash my code inEEPROM and execution of code store in EEPROM?.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-12-03 4:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-12-03 4:14 AM
Is it within the processors address space? I'll assume not, so no.
​
I​f you need more program space use QSPI NOR Flash
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-12-03 5:36 AM
The above document explains how to use QSPI storage. You can store code or data up to 4GB on QSPI devices.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-12-05 8:21 PM
Ya I went through above document but I am using STM32G431MBTx board and QSPI connectivity is available for that board. In document also QSPI connectivity is for limited u/c board only. So what so what will be solution for that?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-12-05 8:22 PM
It is not within processor address space.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-12-05 8:24 PM
So is it possible with On board EEPROM or not? (flashing and execution of project code)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-12-05 8:53 PM
sorry *QSPI connectivity is not available to STM32G432MBTx board
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-12-05 8:55 PM
Ya I went through above document but I am using STM32G431MBTx board and QSPI connectivity is not available for that board. In document it is also mention that QSPI connectivity is available for limited u/c board only. So what so what will be solution for that?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-12-05 10:38 PM
It is a part/board you have, can't you test yourself?
​
O​n Board or On Chip?
If the EEPROM isn't within the memory space you'd need to copy code into RAM to execute it.​
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-12-06 3:19 AM
Thank you for your feedbacks
It is on board ,not on chip...
Yes, EEPROM is not within the memory space...So can you give me any reference to copy a code into RAM to execute it.
