Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

add new stm32 nucleo l552ze board#1256

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
FRASTM wants to merge10 commits intostm32duino:masterfromFRASTM:nucleo_l552ze

Conversation

FRASTM
Copy link
Contributor

@FRASTMFRASTM commentedDec 4, 2020
edited
Loading

add the newNUCLEO-L552ZE-Q
STM32 Nucleo-144 development board with STM32L552ZE MCU, SMPS, supports Arduino, ST Zio and morpho connectivity 144 hardware supporting the stm32L5552ZE device.

Note that USER_BTN has external PullDown andpinMode(USER_BTN, INPUT); is preferred

SeeNUCLEO-L552ZE-Q
Requires the#1249

Signed-off-by: Francois Ramufrancois.ramu@st.com

@FRASTMFRASTMforce-pushed thenucleo_l552ze branch 2 times, most recently from0769af2 to9514a7dCompareDecember 9, 2020 10:12
@FRASTM
Copy link
ContributorAuthor

Fix I2C pins : SDA on PB9 and SCL on PB8
--> X_NUCLEO_IKS01A3_STTS751_TemperatureLimit.ino OK

fpistm reacted with thumbs up emoji

@FRASTM
Copy link
ContributorAuthor

FRASTM commentedDec 9, 2020
edited
Loading

tested: SPI_A loopback transfer OK (A_MISO connected to A_MOSI) with a sample test application
and tested SPI_B loopback transfer OK (B_MISO connected to B_MOSI, changing the default pins)

Included in STM32CubeL5 FW v1.3.1Signed-off-by: Francois Ramu <francois.ramu@st.com>
Included in STM32CubeL5 FW v1.3.1Signed-off-by: Francois Ramu <francois.ramu@st.com>
Signed-off-by: Francois Ramu <francois.ramu@st.com>
Signed-off-by: Francois Ramu <francois.ramu@st.com>
Signed-off-by: Francois Ramu <francois.ramu@st.com>
@FRASTM
Copy link
ContributorAuthor

rebase
Test EEPROM put/get : passed
Test HWTimer : passed
Test SerialLoop : passed (with USART3 on pin PD9, PD8)

@FRASTM
Copy link
ContributorAuthor

FRASTM commentedDec 15, 2020
edited
Loading

add the support of USB FS : serial CDC and Mouse&HID : passed

Signed-off-by: Francois Ramu <francois.ramu@st.com>
nucleo144 boardSigned-off-by: Francois Ramu <francois.ramu@st.com>
Signed-off-by: Francois Ramu <francois.ramu@st.com>
Similar to the stm32L4 serieSigned-off-by: Francois Ramu <francois.ramu@st.com>
This bit is mandatory to use PG[15:2]. Especiually for LPUART1 TxRx pins.This bit of the PWR CR2 is used to validate the V DDIO2 supply forelectrical and logical isolation purpose.Signed-off-by: Francois Ramu <francois.ramu@st.com>
#define TIM6_IRQn TIM6_DAC_IRQn
#define TIM6_IRQHandlerTIM6_DAC_IRQHandler
#define TIM6_IRQHandlerTIM2_DAC_IRQHandler
Copy link
Member

Choose a reason for hiding this comment

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

Why change toTIM2_DAC_IRQHandler

Copy link
Member

Choose a reason for hiding this comment

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

Moreover TIM2_DAC_IRQHandler does not exist.

Error_Handler();
}
}

Copy link
Member

Choose a reason for hiding this comment

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

USB clock config is missing


#define PA0_ALT0 A14
#define PA1_ALT0 A15
#define PA1_ALT1 113
Copy link
Member

Choose a reason for hiding this comment

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

should be 118, pin numbering is wrong.

#define PC11_ALT0 152
#define PF9_ALT0 153

#define NUM_DIGITAL_PINS 154
Copy link
Member

Choose a reason for hiding this comment

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

Wrong value

// Extra HAL modules
#define HAL_DAC_MODULE_ENABLED
#define HAL_SD_MODULE_ENABLED

Copy link
Member

Choose a reason for hiding this comment

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

OSPI missing

Comment on lines +47 to +48
#define PA4 24 // SPI_B_NSS
#define PB4 25 // SPI_B_MISO
Copy link
Member

Choose a reason for hiding this comment

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

Multiple definition, several warning about that during the compile
// 24 is PA4 (20)
// 25 is PB4 (21)

Other pins are also duplcated

Nucleo_144.menu.pnum.NUCLEO_L552ZE_Q.build.series=STM32L5xx
Nucleo_144.menu.pnum.NUCLEO_L552ZE_Q.build.product_line=STM32L552xx
Nucleo_144.menu.pnum.NUCLEO_L552ZE_Q.build.variant=NUCLEO_L552ZE_Q
Nucleo_144.menu.pnum.NUCLEO_L552ZE_Q.build.cmsis_lib_gcc=arm_cortexM33lf_math
Copy link
Member

Choose a reason for hiding this comment

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

Where are this library ?

fpistm added a commit to fpistm/Arduino_Core_STM32 that referenced this pull requestFeb 1, 2021
Supersedestm32duino#1256Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
@fpistmfpistm added the abandonedNo more work on this labelFeb 1, 2021
@fpistm
Copy link
Member

Superseded by#1091

@fpistmfpistm closed thisFeb 1, 2021
fpistm added a commit to fpistm/Arduino_Core_STM32 that referenced this pull requestFeb 1, 2021
Supersedestm32duino#1256Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
fpistm added a commit to fpistm/Arduino_Core_STM32 that referenced this pull requestFeb 1, 2021
Supersedestm32duino#1256Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
fpistm added a commit to fpistm/Arduino_Core_STM32 that referenced this pull requestFeb 5, 2021
Supersedestm32duino#1256Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
fpistm added a commit to fpistm/Arduino_Core_STM32 that referenced this pull requestFeb 10, 2021
Supersedestm32duino#1256Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
fpistm added a commit to fpistm/Arduino_Core_STM32 that referenced this pull requestFeb 12, 2021
Supersedestm32duino#1256Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
fpistm added a commit to fpistm/Arduino_Core_STM32 that referenced this pull requestFeb 17, 2021
Supersedestm32duino#1256Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
fpistm added a commit to fpistm/Arduino_Core_STM32 that referenced this pull requestMar 14, 2021
Supersedestm32duino#1256Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
fpistm added a commit to fpistm/Arduino_Core_STM32 that referenced this pull requestMar 15, 2021
Supersedestm32duino#1256Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
fpistm added a commit to fpistm/Arduino_Core_STM32 that referenced this pull requestMar 16, 2021
Supersedestm32duino#1256Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
valeros pushed a commit to valeros/Arduino_Core_STM32 that referenced this pull requestMar 16, 2021
Supersedestm32duino#1256Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
fpistm added a commit to fpistm/Arduino_Core_STM32 that referenced this pull requestMar 22, 2021
Supersedestm32duino#1256Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
fpistm added a commit to fpistm/Arduino_Core_STM32 that referenced this pull requestMar 23, 2021
Supersedestm32duino#1256Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
fpistm added a commit to fpistm/Arduino_Core_STM32 that referenced this pull requestMar 24, 2021
Supersedestm32duino#1256Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
fpistm added a commit to fpistm/Arduino_Core_STM32 that referenced this pull requestMar 24, 2021
Supersedestm32duino#1256Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
fpistm added a commit to fpistm/Arduino_Core_STM32 that referenced this pull requestMar 28, 2021
Supersedestm32duino#1256Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
fpistm added a commit to fpistm/Arduino_Core_STM32 that referenced this pull requestMar 29, 2021
Supersedestm32duino#1256Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
fpistm added a commit to fpistm/Arduino_Core_STM32 that referenced this pull requestMar 30, 2021
Supersedestm32duino#1256Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
fpistm added a commit to fpistm/Arduino_Core_STM32 that referenced this pull requestMar 30, 2021
Supersedestm32duino#1256Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
fpistm added a commit to fpistm/Arduino_Core_STM32 that referenced this pull requestMar 30, 2021
Supersedestm32duino#1256Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
fpistm added a commit to fpistm/Arduino_Core_STM32 that referenced this pull requestApr 2, 2021
Supersedestm32duino#1256Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
fpistm added a commit to fpistm/Arduino_Core_STM32 that referenced this pull requestApr 8, 2021
Supersedestm32duino#1256Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
fpistm added a commit to fpistm/Arduino_Core_STM32 that referenced this pull requestApr 9, 2021
Supersedestm32duino#1256Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
fpistm added a commit to fpistm/Arduino_Core_STM32 that referenced this pull requestApr 9, 2021
Supersedestm32duino#1256Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
fpistm added a commit to fpistm/Arduino_Core_STM32 that referenced this pull requestApr 9, 2021
Supersedestm32duino#1256Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
fpistm added a commit to fpistm/Arduino_Core_STM32 that referenced this pull requestApr 12, 2021
Supersedestm32duino#1256Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
fpistm added a commit to fpistm/Arduino_Core_STM32 that referenced this pull requestApr 14, 2021
Supersedestm32duino#1256Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
fpistm added a commit to fpistm/Arduino_Core_STM32 that referenced this pull requestApr 15, 2021
Supersedestm32duino#1256Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
fpistm added a commit to fpistm/Arduino_Core_STM32 that referenced this pull requestApr 15, 2021
Supersedestm32duino#1256Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@fpistmfpistmfpistm requested changes

Assignees
No one assigned
Labels
abandonedNo more work on this
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@FRASTM@fpistm

[8]ページ先頭

©2009-2025 Movatter.jp