Application Note: Executing functions from RAM with STM8
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2009-09-01 10:47 AM
Posted on September 01, 2009 at 19:47
Application Note: Executing functions from RAM with STM8
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 6:04 AM
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)Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2011-05-17 6:04 AM
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