Variant addition: Nucleo-64 L412RB_P#2713
Conversation
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. |
|
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.