Loading...
 

Zephyr project on STM32

   Zephyr Workbench, a VSCode extension to manage Zephyr on STM32.
It enables users to easily create, develop, and debug Zephyr applications.
Main features:
  • Install host dependencies.
  • Import toolchain and SDK.
  • Create, configure, build and manage apps.
  • Debug STM32.
You can directly download it from the VSCode marketplace
For more details, visit the Zephyr Workbench

System Workbench for STM32


Run code from ram memory

Hallo.
this is the first time i face the ST platform.
In other mcu i’ve worked in the past, there were possibe to move some parts of time critical code to ram, and run them from there to get the best performance, since the flash mamory access were slower then the ram access.
How can I get this behaviour in ST Mcu?
Thank you in advance.
Paolo

OS: Windows 7
System Workbench for STM32 version: 2.0.1
MCU: STM32L051C8T3

In STM32 you rarely need to run code from RAM because the pros are very limited and there are cons. In more than 10 projects I used running code from core-coupled (CCM) RAM ( http://www.openstm32.org/Using+CCM+Memory?structure=DocumentationQuestion ) just once.

ARM Cortex-M uses the Harvard architecture with separate code and data buses, when you are running code from RAM you are losing the speed advantage of this architecture as now you have both your code and data in the RAM.

The core provides other means to workaround the slow flash access time: You should carefully read all the available documentation (programmer’s manual, datasheet, reference manual) then configure the bits for pre-fetch, pre-read, wait-time, buffers, caches, etc. according your core frequency and voltage scale to have maximum possible performance or energy efficiency (or something between).


This is the first time for me on this architecture.
Thank you for your advices, now it is more clear...
I’ll go through the documentation to get maximum performance running code from flash memory.


 

Newest Forum Posts

  1. emerald casino online i240jx by StephenNug, 2026-02-27 00:08
  2. milkyway online casino games b28sos by StephenNug, 2026-02-25 10:25
  3. casino blacklist online i72xxd by StephenNug, 2026-02-23 20:11
  4. best online casinos canada reddit a57fpx by StephenNug, 2026-02-23 19:01
  5. hollywood casino online blackjack p271nq by StephenNug, 2026-02-22 21:12
  6. three card poker online casino y82gxs by StephenNug, 2026-02-22 20:34
  7. sugarhouse online casino pa j13lyy by StephenNug, 2026-02-22 03:56
  8. casino online latvia f40blg by StephenNug, 2026-02-21 19:10
  9. casinos online reviews a94tvt by StephenNug, 2026-02-21 09:22
  10. royal ace online casino no deposit bonus codes u60dqh by StephenNug, 2026-02-20 20:00

Last-Modified Blogs