You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a single place where we can find reference linker scripts for MAX32xxx devices?
I am updating my multi-target build system (https://github.com/rhempel/adaptabuild-example) to support the MAX32690FTHR and to simplify the setup, I am using source files from the hal_adi repo.
Here I can find the source for all of the peripheral drivers, C runtime startup, etc.
But there is no default linker script (*.ld) for these devices for either RAM or FLASH based debugging.
I have found a few random.ld files on the web and in the analogdevicesinc group or repos but would be happier if there was a canonical source from AD.
The little PICO debugger works great under Linux and I can communicate with the 32690FTHR board - the driver library builds clean, I just need a few missing parts like a good linker script to get it all working.
The text was updated successfully, but these errors were encountered:
... but would it be possible to put the contents of each of these .pack files into a separate repo here on GitHub?
ST has separate diver and CMSIS repos for each of their STM32 families, but I still had to reach into the CUBEMX repos to get sample linker scripts - so that's not perfect either.
A good compromise (for me) would be to either have separate repos for the .pack files, or to add the contents to the "hal_adi" repo as a reference.
Is there a single place where we can find reference linker scripts for MAX32xxx devices?
I am updating my multi-target build system (https://github.com/rhempel/adaptabuild-example) to support the MAX32690FTHR and to simplify the setup, I am using source files from the
hal_adi
repo.Here I can find the source for all of the peripheral drivers, C runtime startup, etc.
But there is no default linker script (*.ld) for these devices for either RAM or FLASH based debugging.
I have found a few random.ld files on the web and in the analogdevicesinc group or repos but would be happier if there was a canonical source from AD.
The little PICO debugger works great under Linux and I can communicate with the 32690FTHR board - the driver library builds clean, I just need a few missing parts like a good linker script to get it all working.
The text was updated successfully, but these errors were encountered: