cancel
Showing results for 
Search instead for 
Did you mean: 

Application Note: Executing functions from RAM with STM8

Posted on September 01, 2009 at 19:47

Application Note: Executing functions from RAM with STM8

2 REPLIES 2
Posted on May 17, 2011 at 15:04

Hi,

In your STM8 projects you may require functions that are executed from RAM.

Typical uses for this feature are:

– In-application programming, where Flash must be reprogrammed. In this situation, the reprogramming function must be in RAM.

– On some STM8 devices, it is possible to execute from RAM and to disable the Flash, thus creating a very low-power mode.

The Raisonance STM8 compiler toolchain integrates some features that facilitate the development of functions executed from RAM.

An application note has been published to help you take advantage of this feature. You can download it from the Raisonance Web site.

Regards,

Bruno Richard (from Raisonance)

mozra27
Associate II
Posted on May 17, 2011 at 15:04

Thank you Bruno,

Here below the reference and the link to download it:

AN56-Executing functions from RAM with STM8.pdf (228Ko)

http://www.mcu-raisonance.com/index.php?alias=mcu_downloads&insidefile=page-support.html

regards

mozra