Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
7 years, 6 months ago.
STM32L0538-DISCOVERY Demostration program
Hi I have seen the "Getting started with STM32L0 discovery kit" demo video https://www.youtube.com/watch?v=rQqwG8Kji_I And it shows many of the feutures of the DISCO-L053C8 working. My card did not have the pre-loaded program when I got it. I have not been able to find this code in mBed. Where can i find this example? Thanks
Question relating to:
1 Answer
7 years, 6 months ago.
Download zip file from the bottom of this web page (button: Get Software):
http://www.st.com/content/st_com/en/products/embedded-software/mcus-embedded-software/stm32-embedded-software/stm32cube-embedded-software/stm32cubel0.html
about 73MB (unfortunately, registration is required).
Unzip it.
In the folder:
STM32Cube_FW_L0_V1.9.0\Projects\STM32L053C8-Discovery\Demonstrations\Binary
you will find STM32L053C8-Discovery_Demo.hex files in two versions.
Program your discovery with any of these files, eg. using the "ST-LINK Utility".
Of course you can also compile this program yourself. There are also sources of this demo for several different IDE's.