Flowcode 10 and STM32 Compiler

For general Flowcode discussion that does not belong in the other sections.
Post Reply
Besse
Posts: 2
http://meble-kuchenne.info.pl
Joined: Tue Apr 04, 2023 1:46 pm

Flowcode 10 and STM32 Compiler

Post by Besse »

Hi,
I've dowloaded the new flowcode 10 and STM32 compiler for evaluation ( 30days free) before to buy a professional licence. I've already the very old version of Flowcode 4 for PIC. The target of my projet is STM32F303VC.
i've made a small programm for evalution and it runs in debug mode, but I couldn't build the SW. the path of the compiler option is not available and it is not possible to change it with the right path (after STM32 compiler installed).
the batch file installed is "arm7comp.bat" and the batch file asked is "stm32comp.bat".
Could you help me to configure the STM32 compiler?
do you have a installation guide for installing and setup compiler option ?
Thanks and regards

BenR
Matrix Staff
Posts: 1952
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 510 times
Been thanked: 698 times

Re: Flowcode 10 and STM32 Compiler

Post by BenR »

Hello,

The compiler location is set using File -> Global Settings -> Locations tab

The default location for the toolchain should be something like this. Note the ARM vs STARM.
C:\Program Files (x86)\Flowcode\Common\starm\

You might also need to check you have installed the STARM toolchain and not the ARM toolchain as that's for Atmel ARM devices.

Besse
Posts: 2
Joined: Tue Apr 04, 2023 1:46 pm

Re: Flowcode 10 and STM32 Compiler

Post by Besse »

hi

it works with the right toolchain !!
with the right path.

Do you have a user manuel for each target for programming?

thank for your help.
regards

Post Reply