Skip to content
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

[STM32L5xx] Add support for STM32L562E-DK board #2696

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

haydenth
Copy link

Adds support for the STM32L562E-DK Discovery Kit

  • Included new board configuration in README.md
  • Updated boards.txt with STM32L562E-DK details
  • Added variant files for STM32L562E-DK
  • ldscript.ld for the STM32L562E
  • Modified generic_clock.c for compatibility with STM32L562E-DK

Resolves #2694

@haydenth
Copy link
Author

Hold off on reviewing this, I found some issues I am fixing!

Copy link
Member

@fpistm fpistm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR.
First feedback.

@haydenth
Copy link
Author

OK @fpistm I think I'm ready for your re-review. Hopefully got all the changes you requested. Thanks

@fpistm
Copy link
Member

fpistm commented Mar 25, 2025

Hi @haydenth and thanks. Seems not all were addressed but will review it and update if needed.

@haydenth
Copy link
Author

OK thanks if i missed anything let me know. It's hard to keep track while also updating all the pin configurations :)

@fpistm
Copy link
Member

fpistm commented Mar 27, 2025

Hi @haydenth
I've review and made the requested changes and also fixes several issues.
This board is not easy to add due to the hign number of peripherals and sensors.
I've tested the SD card, the BLE, I2C, Serial, SPI and USB. All is fine.

/edit: 3D Accelrator and gyroscope also tested with https://github.com/stm32duino/LSM6DSO (using LSM6DSO_I2C_ADD_L and PF3 as INT pin).

haydenth and others added 2 commits March 27, 2025 14:04
Signed-off-by: Tom Hayden <[email protected]>
Co-Authored-by: Frederic Pillon <[email protected]>
Signed-off-by: Tom Hayden <[email protected]>
Co-Authored-by: Frederic Pillon <[email protected]>
@fpistm fpistm self-requested a review March 27, 2025 13:04
@haydenth
Copy link
Author

Amazing!! Thank you so much

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[New Variant] Discovery kit STM32L562E_DK
2 participants