Just evaluating the 55S16 and noticed that the power lib which seems critical to every application appears to be closed-source ? Is this correct ? Or can it be downloaded anywhere?
We have no desire to change the code in the library, but we have 2 concerns:
The compiler options for the library file to ensure the entire application uses the same compiler options (eg. size of enum as we see the library does require passing of enums)
Whether a newer compiler build (or if we change compiler vendor in the future) may require an updated/changed library file during our products life time, even if the micro becomes EOL before that time.