Skip to main content
Phil Bergeron-Burns
Visitor II
June 22, 2018
Question

STM32cubeL4 and TrueSTUDIO

  • June 22, 2018
  • 1 reply
  • 587 views
Posted on June 22, 2018 at 19:41

I would like to open some of the the examples for the 

STM32L4R9I-EVAL board in TrueSTUDIO.  This is described in section 4.1 of UM1860 'Getting started with STM32CubeL4...'.

I browse to: 

STM32Cube_FW_L4_V1.12.0\Projects\STM32L4R9I-EVAL\Examples\GPIO\GPIO_EXTI

and there is no 'TrueSTUDIO' workspace directory.  Am I doing something wrong?   Does this mean that using TrueSTUDIO with these examples doesn't work.  

Thanks,

Phil

    This topic has been closed for replies.

    1 reply

    juliuscaesar
    Associate III
    June 24, 2018
    Posted on June 24, 2018 at 21:19

    is there a folder called SW4STM32?

    If yes, you could try to import that project in true studio.

    Both true studio and SW4STM32 are eclipse based IDEs. Maybe the project settings are the same.

    Otherwise you can try to use CubeMX and generate your init code. After that simply copy the needed example files to your newly created project

    Szymon PANECKI
    Senior III
    June 24, 2018
    Posted on June 24, 2018 at 23:37

     ,

     ,

    Hello,

    Thank you for this answer Julian. This is right. ,Inside the path ,

    STM32Cube_FW_L4_V1.12.0\Projects\STM32L4R9I-EVAL\Examples\GPIO\GPIO_EXTI there is no TrueSTUDIO project, but indeed there is SW4STM32 project. They are compatible with each other and as a result it is possible to import SW4STM32 project in the TrueSTUDIO IDE.

    As an alternative solution simple example can be developed from scrach using STM32CubeMX. Here is a

    https://community.st.com/0D70X000006Srh8SAC

    to thread with information how to do it step by step.

    Regards

    Szymon