9
RAMからコードを実行する理由
マイコンコンパイラがRAMから関数を強制実行(または提案)するためのマクロに出くわしました。 https://siliconlabs.github.io/Gecko_SDK_Doc/efr32mg1/html/group__RAMFUNC.html#gac6abbc7f869eec9fb47e57427587c556 http://processors.wiki.ti.com/index.php/Placing_functions_in_RAM https://www.iar.com/support/tech-notes/linker/controlling-placement-of-the-section-where-__ramfunc-functions-reside-ewarm-5.x--6.x/ https://community.nxp.com/thread/389099 これはどのような場合に価値がありますか?利点が速度の向上だけである場合、常にRAMから実行しないのはなぜですか?これは一般に、より高い電流引き込みを引き起こしますか?