Skip to main content
Pevy.Andy
Associate III
July 28, 2015
Question

Migrating F411 project to L476 in Cube tool.

  • July 28, 2015
  • 1 reply
  • 622 views
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
    This topic has been closed for replies.

    1 reply

    Nickname5522_O
    Visitor II
    July 29, 2015
    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-