|
|
|
|
|
by Dwedit
631 days ago
|
|
The game is not running from RAM, it is running from Flash ROM. This means that code and static data can be placed on ROM rather than in RAM. This is comparable to the GBA, which has 384KB of total RAM, and a ROM cartridge slot for storing the game code and data. But the GBA is only 16MHz, the EFR32MG24 system used for this project is overclocked to 136.5MHz. |
|