-
Notifications
You must be signed in to change notification settings - Fork 1k
Variant addition: Nucleo-64 L412RB_P #2713
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @askuric
Thanks the PR. Nice job.
Small comments to fix and ideally would prefers 2 commits one for the generic part and one for the variants.
Co-authored-by: Frederic Pillon <frederic.pillon@st.com> Signed-off-by: Antun Skuric <36178713+askuric@users.noreply.github.com>
Hi @fpistm, Thanks for the comments. The changes that I've done:
Accepted the changes
Is there a better way of testing. I'm planning to add two more nucleo-64 variants in the next few days so if you have some suggestions, please let me know :D |
No it is a good way to test the variant and its definitnion. As said, it is really strange you didn't see the build issue, maybe an issue in the selected target. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Ok that's interesting. Now I'm having some issues with the build with the latest changes.
I think that my lack of experience is catching up with my initial luck. :D |
Try to update the STLink firmware using the STM32Cube programmer thanks the "Firmware upgrade" button. |
I've tried this and it did not make any difference. Is this a red flag or is it normal? Additionally, I've run some more tests, so far I've tested:
And everything seems to work as expected. |
If swd works it is linked to the Stlink firmware which provides the mass storage storage. |
So then it's an issue with my setup, not the variant files right? |
Unfortunately, I do not have this board to test anyway from my point of view the PR is ok. |
Summary
This PR adds the support for the nucleo l412rb_p variant.
And for the generic family associated with it (L412RBIxP and L412RBTxP)
It is realted to these issues:
Which have been merged within this issue:
Validation
The built-in led blinks and this is the serial output:
Code formatting
I'm happy to adapt it to your requirements if needed.