2021-12-03 04:02 AM
2021-12-03 04:14 AM
Is it within the processors address space? I'll assume not, so no.
If you need more program space use QSPI NOR Flash
2021-12-03 05:36 AM
The above document explains how to use QSPI storage. You can store code or data up to 4GB on QSPI devices.
2021-12-05 08: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?
2021-12-05 08:22 PM
It is not within processor address space.
2021-12-05 08:24 PM
So is it possible with On board EEPROM or not? (flashing and execution of project code)
2021-12-05 08:53 PM
sorry *QSPI connectivity is not available to STM32G432MBTx board
2021-12-05 08: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?
2021-12-05 10:38 PM
It is a part/board you have, can't you test yourself?
On Board or On Chip?
If the EEPROM isn't within the memory space you'd need to copy code into RAM to execute it.
2021-12-06 03: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.