emfcamp / Mk2-Firmware

Firmware that runs on the TiLDA v2 Badge
18 stars 36 forks source link

Execution from RAM #4

Open marksteward opened 10 years ago

marksteward commented 10 years ago

To allow rapid deployment and eventually OTA patches. If based on #3, something needs to trigger a file going to RAM instead of flash.

marksteward commented 10 years ago

For documentation: SRAM-executed code will be contending on the data bus, so may execute slower/cause other components to act slower.