>>>>> "Dmitry" == Dmitry Ponyatov <
dpon...@gmail.com> writes:
Dmitry> Hello Does anybody have experience in making specially tuned
Dmitry> RAM-only startup code for STM32L0 MCUs?
Dmitry> I have only one AcSIP S76 (Lora) module, and I has to avoid any
Dmitry> modifications in its firmware, and reflashing is not good
Dmitry> too because something can go wrong.
Dmitry> As we have an architecture with flat executable memory model,
Dmitry> I'm thinking about some specially tuned stdlib able to run with
Dmitry> a program in RAM-only.
Hello,
Place your code at 0 and select boot from RAM. That is all for running
once. However if you intend to restart the program without reloading it,
think about the section for initialized r/w variables. Without further
measures, the next run will start with the value of these variable at the
end of the last run.
Bye
--
Uwe Bonnes
b...@elektron.ikp.physik.tu-darmstadt.de
Institut fuer Kernphysik Schlossgartenstrasse 9 64289 Darmstadt
--------- Tel. 06151 1623569 ------- Fax. 06151 1623305 ---------