cancel
Showing results for 
Search instead for 
Did you mean: 

HAL and LL examples for nucleo-l4r5zi

vilas_shetty
Associate II

Hello,
I am developing a project using nucleo-l4r5zi ulp mcu. I am trying to find example codes for peripherals and generic components like rtc, iwdg etc but i am not able to find it in stm32cube ide as only middleware examples related to usb, rtos etc can be found when i search examples wrt the board. Can anyone share or guide me through the proper resources, where i can find examples for all functionalities of the board.

 

Thank you

 

1 ACCEPTED SOLUTION

Accepted Solutions
SofLit
ST Employee

Hello,

https://github.com/STMicroelectronics/STM32CubeL4/tree/master/Projects/NUCLEO-L4R5ZI/Examples

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.

View solution in original post

10 REPLIES 10
SofLit
ST Employee

Hello,

https://github.com/STMicroelectronics/STM32CubeL4/tree/master/Projects/NUCLEO-L4R5ZI/Examples

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.
STTwo-32
ST Employee

Hello @vilas_shetty 

All those examples are available on the STM32CubeL4 as yiu can see in this link https://github.com/STMicroelectronics/STM32CubeL4/tree/master/Projects/NUCLEO-L4R5ZI

You can Clone it from Github (not download it) or from our ST Website 

Best Regards.

STTwo-32 

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

Shirley.Ye
ST Employee

 

Hello,

 

you can download the example code in stm32cubeL4 at

 

https://www.st.com/en/embedded-software/stm32cubel4.html

Hello,

Where can i find gpio,iwg etc examples in the repo you shared. I am not finding it .

Hello,

Where can i find gpio, iwg etc examples in the repo you shared. I am not finding it .

Hello,

Where can i find gpio,iwg etc examples for my board in the repo you shared. I am not finding it. Or is it that i can use  examples from other board since its in HAL?

Only these examples are available for this board, otherwise inspire from examples on other boards.

Example: https://github.com/STMicroelectronics/STM32CubeL4/tree/master/Projects/STM32L4R9I-EVAL/Examples

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.

Hello SofLit,

can i take examples from STM32L496ZG as it has maximum number of examples given ?

I don't have idea about the differences but you need to take care of at least the clock configuration (RCC) and the difference of resources used on the two boards

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.