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

[feature] Added support for STM32L4Q5CG #1439

Merged
merged 2 commits into from
Nov 9, 2024

Conversation

ciakval
Copy link

@ciakval ciakval commented Oct 29, 2024

This PR fixes SRAM sizes for STM32L4Px / STM32L4Qx chips in the chip config files and adds the support for it to the flash loader.

(Closes #1438)

Jan Remes added 2 commits October 29, 2024 15:16
According to the datasheet[1] and the reference manual[2] the STM32L4Px
and STM32L4Qx chips have 320 KiB of SRAM, not 640 KiB.

[1]: https://www.st.com/resource/en/datasheet/stm32l4q5cg.pdf
[2]: https://www.st.com/resource/en/reference_manual/rm0432-stm32l4-series-advanced-armbased-32bit-mcus-stmicroelectronics.pdf

Signed-off-by: Jan Remes <jan.remes@mycroftmind.com>
Signed-off-by: Jan Remes <jan.remes@mycroftmind.com>
@Nightwalker-87 Nightwalker-87 linked an issue Nov 9, 2024 that may be closed by this pull request
@Nightwalker-87 Nightwalker-87 changed the base branch from develop to testing November 9, 2024 15:46
@Nightwalker-87 Nightwalker-87 changed the title [Feature] STM32L4Q5CG support [feature] STM32L4Q5CG support Nov 9, 2024
@Nightwalker-87 Nightwalker-87 changed the base branch from testing to develop November 9, 2024 15:48
@Nightwalker-87 Nightwalker-87 changed the title [feature] STM32L4Q5CG support [feature] Added support for STM32L4Q5CG Nov 9, 2024
@Nightwalker-87 Nightwalker-87 merged commit e6589db into stlink-org:develop Nov 9, 2024
10 checks passed
@stlink-org stlink-org locked as resolved and limited conversation to collaborators Nov 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[feature] STM32L4Q5CG support
2 participants