Skip to content
Jim Frederick edited this page Apr 20, 2020 · 1 revision

This is a collection of python code that I'm working on.

SymbolLookup.py is a utility that does a lookup for the address and type for each variable name in a list using a .elf/.out file for an ARM/STM32 processor. These addresses are intended to be used with pystlink to retrieve data at runtime.

Clone this wiki locally