Skip to main content
STM32folk
Associate
October 14, 2022
Question

Hello i am new to stm32 thank you for your help i have an project on l4 and we want to make it on g0, do you think it is possible?

  • October 14, 2022
  • 4 replies
  • 814 views

..

    This topic has been closed for replies.

    4 replies

    ChahinezC
    Associate II
    October 14, 2022

    Hello @STM32folk​,

    Welcome to ST community.

    I recommend you checking the "How to use STM32CubeIDE to migrate a project from MCU1 to MCU2?" article.

    Regards,

    Chahinez.

    Tesla DeLorean
    Guru
    October 14, 2022

    Would I get more gas mileage if my car were red or green?​

    Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
    Tesla DeLorean
    Guru
    October 14, 2022

    The factors involved would seem to be beyond the details shared.

    Will the code fit? Likely to bloat more on a CM0, and no floating point Hardware, and typically runs slower.

    Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
    EXUE.2
    ST Employee
    November 4, 2022

    it is only possible to migrate the G0 available function modules(IP) to G0 MCU, then update the MCU configuration and pins map from L4 to G0 in your project as "How to use STM32CubeIDE to migrate a project from MCU1 to MCU2?", it will OK. but if the function module you have applied in L4 is not available in G0, it will can't be migrated to G0.