-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add feature to include FlashDevice device description #14
base: main
Are you sure you want to change the base?
Conversation
Does #19 work for your use case? |
I found a few issues in your branch:
There are a couple of issues with
There is one quirky bit in the scripts that expect the Running
And with the dummy variable:
You can also reproduce with:
|
The scripts from FlashAlgo rely on the
FlashDevice
struct (see https://www.keil.com/pack/doc/CMSIS/Pack/html/flashAlgorithm.html) and the existence of aPrgData
section.