udynlink: a dynamic linker for ARM Cortex-M MCUs #Arm #Programming
udynlink is a dynamic linker for ARM Cortex-M MCUs. It compiles code into a binary blob that can be loaded and executed at runtime on the MCU. The binary blob can be either loaded into RAM or executed directly from the flash memory (execute in place). The dynamic linker can be used for various purposes, such as:
Use code that can run only from RAM (for example, code that manipulates the internal MCU flash memory, like a bootloader).
Speed up the execution of some of your code by running it from RAM instead of Flash.
Apply partial patches to your application (replace a part of the code by dynamically loading a newer version of that code).
Implement loaders for modules written in C for higher-level languages (like Lua, Python or JavaScript).
Have an amazing project to share? The Electronics Show and Tell is every Wednesday at 7:30pm ET! To join, head over to YouTube and check out the show’s live chat and our Discord!
Python for Microcontrollers – Adafruit Daily — Python on Microcontrollers Newsletter: A New Arduino MicroPython Package Manager, How-Tos and Much More! #CircuitPython #Python #micropython @ThePSF @Raspberry_Pi
EYE on NPI – Adafruit Daily — EYE on NPI Maxim’s Himalaya uSLIC Step-Down Power Module #EyeOnNPI @maximintegrated @digikey