-
Notifications
You must be signed in to change notification settings - Fork 3k
Correct pack_* members to refer to PACK files #5489
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
Conversation
They referred to PDSC files before
Hi, I tried with the version uvision 5.20 but this fix doesn't work. I have to try with the v5.24. At the moment my license is expired, I'm going to test it as soon as possible. |
@rspelta When you say that it dose not work, what exactly do you mean? This is meant to correct the dialog complaining about "PDSC Debug Description" and may not completely resolve tho problem. |
I modified the mbed-os with your changes, and I exported the project as uvision5 (my v5.20) for SILICA_SENSOR_NODE but when I open the project I have still the window: with the message in the build output window:
|
@rspelta That does not look like something I can fix (It seems to find the PDSC just fine). I'll contact my friends at Keil and see if we can track this down. |
Looking through the part of the sequence spec corresponding to the |
I find out a big problem. If you open the file .uvprojx you will find a line like:
It is wrong. The right name must be:
I changed it manually and the project now is ok. So we have to modify the export using the right name device for SILICA_SENSOR_NODE. |
@rspelta That's very odd. That part, From pack-manager.py:
The closest match is STM32L476JG. |
from the
It looks like uVision is expecting a variant here. I would have expecetd the |
I don't understand what we have to do now. If I open the .uvprojx file and I edit the file from:
to
then uvision opens correctly the project. |
@rspelta I'm going to fix that problem in a following series of PRs. For now, this small PR fixes a small problem. Long storyPresently, cmsis-pack-manager does not know anything about "variants" of "devices" in CMSIS Packs. To fix the problem you are having, I would need to update cmsis-pack-manager with an understanding of "variants" and then update |
/morph build |
Build : SUCCESSBuild number : 634 Triggering tests/morph test |
Test : SUCCESSBuild number : 459 |
Exporter Build : SUCCESSBuild number : 264 |
Thank you! For me we can close this one. |
They referred to PDSC files before
At least a partial resolution to #5467
@rspelta @MarceloSalazar dose this resolve the error on import for you?
If so, does this correctly select the flash algorithm for you?