cancel
Showing results for 
Search instead for 
Did you mean: 

Migrating F411 project to L476 in Cube tool.

Pevy.Andy
Associate III
Posted on July 28, 2015 at 12:43

Hi,  I have been developing my S/W using a F411 Disco board. For the end product, I need to use the L476 device.

So is there a way of migrating between the 2 devices, either within or outside the Cube tool ?.

I'd prefer not to have to re-enter all the config data into a new project that uses the L476 device.

Thanks,

Andy

#l476-cube
1 REPLY 1
Posted on July 29, 2015 at 16:07

Hi pevy.andy,

To migrate from F411 to L476, you may start from the template project in the STM32CubeL4 package and then add your own modifications (new functions, new files)...

You can take this

http://www.st.com/st-web-ui/static/active/en/resource/technical/document/application_note/DM00144612.pdf?s_searchtype=keyword

as reference to determine differences between the two series (AN4616: Migrating from STM32F401/411 lines to STM32L4 series microcontrollers).

The advantage of HAL library is that functions' names are the same for all series, so the migration is not so complicated.

-Shahrzad-