support the new stm32L5xx serie #1249
Merged
fpistm merged 9 commits intostm32duino:masterfrom Feb 1, 2021
Merged
Conversation
fpistm
requested changes
Dec 2, 2020
Member
fpistm
left a comment
There was a problem hiding this comment.
[L5] sort version.md files commit have to be split and merged with the HAL and CMSIS.
Contributor
Author
|
[L5] sort version.md files commit be splitted and merged with the HAL and CMSIS |
f1fe6ed to
b0e1812
Compare
Contributor
Author
|
change the |
f5ebdaf to
6a79516
Compare
fpistm
reviewed
Dec 3, 2020
Contributor
Author
|
setting the Vddio2 Independent I/Os supply is required to have LPUART1 Tx/Rx pins on PG7/PG8 |
Contributor
Author
|
rebase |
Included in STM32CubeL5 FW v1.3.1 Signed-off-by: Francois Ramu <francois.ramu@st.com>
Included in STM32CubeL5 FW v1.3.1 Signed-off-by: Francois Ramu <francois.ramu@st.com>
Signed-off-by: Francois Ramu <francois.ramu@st.com>
CMSIS Cortex-M33 Device Peripheral Access Layer System Source File to be used in non-secure application when the system implements the TrustZone-M security. Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Signed-off-by: Francois Ramu <francois.ramu@st.com> Co-authored-by: Frederic.Pillon <frederic.pillon@st.com>
Signed-off-by: Francois Ramu <francois.ramu@st.com> Co-authored-by: Frederic.Pillon <frederic.pillon@st.com>
Similar to the STM32L4xx serie Signed-off-by: Francois Ramu <francois.ramu@st.com>
This bit is mandatory to use PG[15:2]. Especially for LPUART1 TxRx pins. This bit of the PWR CR2 is used to validate the VDDIO2 supply for electrical and logical isolation purpose. Signed-off-by: Francois Ramu <francois.ramu@st.com>
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
add the new stm32L5xx series of Ultra-low-power MCUs
Ultra-low-power with FPU Arm Cortex-M33 with Trust Zone, MCU 110 MHz with 512 kbytes of Flash .
https://www.st.com/en/microcontrollers-microprocessors/stm32l5-series.html
Note that TZ mode is not supported in this PR (TZEN = 0)
From STM32CubeL5 release 1.3.1
Signed-off-by: Francois Ramu francois.ramu@st.com