-
Notifications
You must be signed in to change notification settings - Fork 3k
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
STM32WB Index file missing #12149
Comments
@JanneKiiskila @jeromecoutant @felipeLeast you should not need to post the change, this should be done regularly, unfortunately for @JanneKiiskila and us this is not a fully automated process ... |
Hi @LMESTM, thank you for your fast reply. Okay, I'll wait for the PR for this target and them will integrate with mbed-bootloader project. |
Internal Jira reference: https://jira.arm.com/browse/MBOTRIAGE-2483 |
PR available, can you give it a try once you have time? |
Hi @JanneKiiskila, I can only test for the device STM32WB55RG but a few things that I could notice from the start. Is missing the sectors tag, which gives this error when compiling:
Another thing I was looking at the configuration for the STM32WB and you put on ROM a size of 16Mbytes, when the device has only 1MByte. Other than that is very similar to the one I did on the description of this issue |
This file is not generated manually, it's actually generated by a tool - so I can't (and should not) take any credit for the file itself. It is generated by a tool called arm-cmsis-pack-manager, which does it. It uses the CMSIS-packs published by chip/device vendors from the KEIL system as it's input. I think there is now some issue with it and the sector handling - I think the CI automation is catching that with the STM32L-series, but for some reason that's not spotted here by the CI. @theotherjimmy - any ideas? |
I think this is now having the same root-cause as #11798 |
I believe this was fixed via #12162 |
I don't think this issue can be closed. |
@felipeLeast |
PR done; #12245 |
Hi everyone,
I was trying to port the mbed-bootloader project to my board when I stumble upon a problem regardin the board missing flash configuration on the index.json file. After a lot of research and trying I managed to create a configuration that worked for my flash. But as there's no documentation for this file I don't know for a fact that what I did is corret.
I'll be pasting at the end of this issue the lines added in the index.json and on the target.json files. Can anyone, preferebly from ST, confirm that is correct? I can commit it for the next version if it is, but if it's not can you include for next version and help me fix it?
Target(s) affected by this defect ?
NUCLEO_WB5RG
Toolchain(s) (name and version) displaying this defect ?
GCC_ARM
What version of Mbed-os are you using (tag or sha) ?
mbed-os-5.14.2
What version(s) of tools are you using. List all that apply (E.g. mbed-cli)
Mbed cli 1.10.0
How is this defect reproduced ?
Change index.json file to include:
Change targets.json file on the NUCLEO_WB55RG target the following lines:
Thank you,
The text was updated successfully, but these errors were encountered: