Can I use the TrueStudio for the P-NUCLEO-IHM001 board?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-02-13 7:03 PM
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-03-05 1:58 PM
I have been able to build and run projects in the SDK_5.4.3 directory using the Keil Tool chain (MDK-ARM) though on some I needed to optimize size not time, to keep below the 32k limit on the Lite version.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-02-13 10:57 PM
Yes. It has a STM32F302R8 MCU, any development environment can be used that supports it (or Cortex-M4 in general).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-02-14 12:02 AM
With the buy up of Atollic by ST, TrueStudio is more or less obsolete. I would not expect extensive support from ST.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-02-14 2:07 AM
Dear SPark.2,
I can confirm than the MCSDK is still ok with TrueStudio for yout board.
Thanks and best regards,
Claire
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-02-16 5:59 PM
Thank you for all your answers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-02-16 8:03 PM
Hi,
I bought a P-NUCLEO-IHM001 board and tried to generate c code as follow.
- Copied the "PotentiometerAdvance" folder to another location.
- Run the ST Motor Control Workbench (V5.4.3) and opened project "PotentiometerAdvance.stmcx"
- Project Generation
- Click "GENERATE" button
- RUN STM32Cube
- Selected TrueSTUDIO at Toolchain /IDE​ box
- GENERATE CODE and Opened project with Atollic TrueSTUDE IDE
- Selected "Build All" but I found next error
" fatal error: stm32f3xx_ll_bus.h: No such file or directory "
How can I fix it? Please guide me.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-02-16 10:20 PM
I solved the error but errors are continue..more and more.
Too many errors are generated. so I'll give up to use TrueSTUDIO.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-03-04 8:41 AM
I have the same hardware and went through the same steps described in the Project Potentiometer readme.txt file. I don't think its a TrueStudio Problem.
- Run ST MC Workbench 5.4.3
- Open potentiometer.stmcx and save to a new location.
- Select Generate--> build with ST32CubeIDE Tool chain (Update not given as option)
- Run ST32CubeMX and Generate Code
- Open project with IDE from STM32CubeMX.ioc file
- FW_F3 V1.11.0 is not latest, choose to migrate project
- Build All resulted in 9 errors, such as: fatal error: stm32f3xx_ll_bus.h: No such file or directory
I am trying to get local ST FAE help on this, very frustrated for 3 weeks now.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-03-05 5:58 AM
Dear Jace and BTrem.1,
Can you please check which version of CubeIDE or TrueStudio you are using?
We will check your problems,
Claire
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-03-05 6:10 AM
I'm using SDK 5.4.3. I believe this is the latest available to date.
