2021-09-14 07:28 AM
Hi all,
I have a firmware written for some nucleo boards that use the stm32f4 and stm32l4 MCUs.
This firmware communicates with a pc through serial and control some motors.
The user sould be able to send through the serial, a simple program: a small, already compiled, controlling algorithm function.
Now I would like to be able to run the code that I received from the serial inside a custom function.
I would like this particular solution because I'm trying to run this algorithm as fast as I can and implementing even a small interpreter for a custom defined assembly language would be a waste of time.
2021-09-14 07:33 AM
>>Is it possible to execute code from ram in stm32f4 and stm32l4 MCUs?
Yes
On the F4, don't use the CCMRAM