2024-11-04 09:54 PM - edited 2024-11-04 09:56 PM
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
Solved! Go to Solution.
2024-11-04 10:31 PM
Hello,
https://github.com/STMicroelectronics/STM32CubeL4/tree/master/Projects/NUCLEO-L4R5ZI/Examples
2024-11-04 10:31 PM
Hello,
https://github.com/STMicroelectronics/STM32CubeL4/tree/master/Projects/NUCLEO-L4R5ZI/Examples
2024-11-04 10:32 PM
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.
2024-11-04 10:42 PM
Hello,
you can download the example code in stm32cubeL4 at
2024-11-05 04:02 AM
Hello,
Where can i find gpio,iwg etc examples in the repo you shared. I am not finding it .
2024-11-05 04:02 AM
Hello,
Where can i find gpio, iwg etc examples in the repo you shared. I am not finding it .
2024-11-05 04:04 AM
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?
2024-11-05 04:05 AM - edited 2024-11-05 04:07 AM
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
2024-11-05 04:07 AM
Hello SofLit,
can i take examples from STM32L496ZG as it has maximum number of examples given ?
2024-11-05 04:10 AM
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