cancel
Showing results for 
Search instead for 
Did you mean: 

STM32L476 development board: starting point

MFaun.1
Associate II

Hi,

I bought a STM32L476 board. I started with the demo available in keil uVision and it worked fine easily, but it is closed, you cannot modify anything.

My question is: may I follow the MOOC with this board? instructions require a different specific board ¿!?

and/or : is there any other starting point to learn with this board? my previous experience is with launchpad TIVA TM4C123G, as well as very bad experience with freescale boards (I was unable to execute anything with them using Keil uVision, which is my prefered development system)

thanks in advance

Marcos

3 REPLIES 3

Which board? Which MOOC? In which demo you can't modify anything?

JW

MFaun.1
Associate II

board : STM32L476 as explained before (reference nucleo-L476RG displayed on the bottom of the package)

MOOC: any MOOC available in ST website, all of them declare the same model is required STM32F401RE MCU (ref: NUCLEO-F401REhttps://www.st.com/content/st_com/en/support/learning/stm32-education/stm32-moocs.html

demo: as described before the Keil uVision one (there are only 2, I started with the first one): https://www.keil.com/boards2/stmicroelectronics/nucleo_l476rg/ from software pack (see the yelow key on the C code below, which means you can't modify anything)

0693W000000UNXcQAO.jpg

Artur IWANICKI
ST Employee

Hello,

I would recommend to you

https://www.st.com/content/st_com/en/support/learning/stm32-education/stm32-moocs/Moving_from_8_to_32_bits_workshop_MOOC.html

It is done on NUCLEO-F072 (similar board - the same location of main components) and Keil IDE.

It would guide you step by step with STM32 related tools and libraries.

Then we have 2 dedicated sessions for STM32L476 MCU:

https://www.st.com/content/st_com/en/support/learning/stm32-education/stm32-moocs/stm32l4-hands-on-workshop.html

https://www.st.com/content/st_com/en/support/learning/stm32-education/stm32-moocs/getting-familiar-with-stm32l4-in-hands-on-sessions.html

Both are done on a bit more advanced board, but you can tune it to your board as well. Especially the last mentioned is presenting STM32L4 peripheral by peripheral with short hands on part.