| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
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 |
Sorry, something went wrong.
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. |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
|
Ok that's interesting. Now I'm having some issues with the build with the latest changes. The application file format is unknown and cannot be parsed and/or processed I think that my lack of experience is catching up with my initial luck. :D |
Sorry, something went wrong.
Try to update the STLink firmware using the STM32Cube programmer thanks the "Firmware upgrade" button. |
Sorry, something went wrong.
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. |
Sorry, something went wrong.
|
If swd works it is linked to the Stlink firmware which provides the mass storage storage. |
Sorry, something went wrong.
|
So then it's an issue with my setup, not the variant files right? |
Sorry, something went wrong.
|
Unfortunately, I do not have this board to test anyway from my point of view the PR is ok. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
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.