2024-09-05 08:33 AM
The project for dual core H7 contains two sub-projects, each targetting its own MCU. Since both share the same memory and peripherals, one should be able to re-use (specific) symbols of one project in the other.
Is it possible to export a list of linker symbols from one MCU project and import them to the other? I tried adding a reference under 'C/C++ General / Paths and symbols', but it doesn't work.
Any suggestions?
2024-09-05 09:34 AM
Made a Python script that runs as post-build command - the script exports the list of symbols I am interested in and generates a header file that is automatically included in the second project.