2018-06-22 10:41 AM
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
2018-06-24 12:19 PM
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
2018-06-24 04:37 PM
,
,
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