Skip to main content
Karl-König Königsson
Associate
March 13, 2018
Solved

Trying to find the source code to the L4R5ZI demo

  • March 13, 2018
  • 2 replies
  • 674 views
Posted on March 13, 2018 at 14:53

I have a NUCLEO-L4R5ZI and it came with a demo application that 1) flashes the LED and changes that with the button and 2) acts as a USB storage device.

I am sorry if this is a daft question but where can I find the source code to this application? I have downloaded the AC6 Workbench to my Mac and also something called STM32Cube. I have unfortunately not been able to find this code, as I would very much like to compile it myself in Workbench.

#l4r5zi #demo-application
This topic has been closed for replies.
Best answer by Amel NASRI
Posted on March 13, 2018 at 15:38

Hi

karl_konig.konigsson

‌,

The demonstration code to be used with AC6 Workbench is underSTM32Cube_FW_L4\Projects\NUCLEO-L4R5ZI\Demonstrations\Adafruit_LCD_1_8_SD_Joystick\SW4STM32\STM32L4R5ZI_NUCLEO.

All available examples in

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

aredescribed in

http://www.st.com/resource/en/application_note/dm002097pdf

.

-Amel

2 replies

Amel NASRI
Amel NASRIBest answer
ST Technical Moderator
March 13, 2018
Posted on March 13, 2018 at 15:38

Hi

karl_konig.konigsson

‌,

The demonstration code to be used with AC6 Workbench is underSTM32Cube_FW_L4\Projects\NUCLEO-L4R5ZI\Demonstrations\Adafruit_LCD_1_8_SD_Joystick\SW4STM32\STM32L4R5ZI_NUCLEO.

All available examples in

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

aredescribed in

http://www.st.com/resource/en/application_note/dm002097pdf

.

-Amel

To give better visibility on the answered topics, please click on "Best Answer" on the reply which solved your issue or answered your question.
Karl-König Königsson
Associate
March 13, 2018
Posted on March 13, 2018 at 16:14

Thank you!