stm32comp.bat missing ?[Solved]

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 8.

Moderator: Benj

Post Reply
zumpitu
Posts: 22
Joined: Tue Jul 03, 2018 12:21 pm
Location: Southam UK
Has thanked: 4 times
Been thanked: 2 times
Contact:

stm32comp.bat missing ?[Solved]

Post by zumpitu »

Hi All

I'm sorry to write another topic regarding the stm32comp.bat file path

I know I can find a lot of topic regarding this , but I tried several ways and and I'm not going anywhere

On my laptop I have no antivirus, the firewall is completely disable, and also the UAC.

So I tried to change the register 8dot3 , delete program folder/restart/copy back ... same unistall reinstall the software...
So I tried to do on my workstation... now I have a win 10 tablet and I really do not want to try also there :oops:

I have done this procedure several time actually

I Also can not find the file stm32comp.bat anywhere on the compiler folder or the program folder , this is very strange
I can find instead the arm7comp.bat like on the Wiki http://www.matrixtsl.com/wiki/index.php ... ions_(ARM)



G:\Flowcode\batch\stm32comp.bat "Inizio Controller Base" "G:\Flowcode\" "32F446xx" "F4" "stm32f.ld" "8000000" "512K" "128K"
ERROR: GetShortPathName(): The system cannot find the path specified.

ERROR: Can not launch process: The system cannot find the path specified.


G:\Flowcode\batch\stm32comp.bat reported error code -1

medelec35
Matrix Staff
Posts: 9520
Joined: Sat May 05, 2007 2:27 pm
Location: Northamptonshire, UK
Has thanked: 2585 times
Been thanked: 3815 times
Contact:

Re: stm32comp.bat missing ?

Post by medelec35 »

zumpitu wrote:I Also can not find the file stm32comp.bat anywhere on the compiler folder or the program folder
I found it in

Code: Select all

C:\Program Files (x86)\Flowcode\Common\Compilers\starm\batch

Choose a random device, then compiled to hex:

Code: Select all

http://www.matrixtsl.com
Launching the compiler...
C:\Program Files (x86)\Flowcode\Common\Compilers\starm\batch\stm32comp.bat  "Flowcode 1" "D:\Flowcode testing\" "32F030x6" "F0" "stm32f.ld" "8000000" "32K" "4K"

Project Flowcode 1 
Device STM32F030x6


D:\Flowcode testing>arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -fmessage-length=0 -fdata-sections -ffunction-sections -w -c "Flowcode 1.c" -o "Flowcode 1_STM32F030x6_8000000\Flowcode 1.o" 

D:\Flowcode testing>"arm-none-eabi-gcc" -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -Os -fmessage-length=0 -fdata-sections -ffunction-sections -w -c -o "Flowcode 1_STM32F030x6_8000000\stm32f0xx_hal.o" "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_hal.c" 

D:\Flowcode testing>"arm-none-eabi-gcc" -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -Os -fmessage-length=0 -fdata-sections -ffunction-sections -w -c -o "Flowcode 1_STM32F030x6_8000000\stm32f0xx_hal_adc.o" "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_hal_adc.c" 

D:\Flowcode testing>"arm-none-eabi-gcc" -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -Os -fmessage-length=0 -fdata-sections -ffunction-sections -w -c -o "Flowcode 1_STM32F030x6_8000000\stm32f0xx_hal_adc_ex.o" "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_hal_adc_ex.c" 

D:\Flowcode testing>"arm-none-eabi-gcc" -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -Os -fmessage-length=0 -fdata-sections -ffunction-sections -w -c -o "Flowcode 1_STM32F030x6_8000000\stm32f0xx_hal_can.o" "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_hal_can.c" 

D:\Flowcode testing>"arm-none-eabi-gcc" -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -Os -fmessage-length=0 -fdata-sections -ffunction-sections -w -c -o "Flowcode 1_STM32F030x6_8000000\stm32f0xx_hal_cec.o" "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_hal_cec.c" 

D:\Flowcode testing>"arm-none-eabi-gcc" -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -Os -fmessage-length=0 -fdata-sections -ffunction-sections -w -c -o "Flowcode 1_STM32F030x6_8000000\stm32f0xx_hal_comp.o" "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_hal_comp.c" 

D:\Flowcode testing>"arm-none-eabi-gcc" -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -Os -fmessage-length=0 -fdata-sections -ffunction-sections -w -c -o "Flowcode 1_STM32F030x6_8000000\stm32f0xx_hal_cortex.o" "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_hal_cortex.c" 

D:\Flowcode testing>"arm-none-eabi-gcc" -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -Os -fmessage-length=0 -fdata-sections -ffunction-sections -w -c -o "Flowcode 1_STM32F030x6_8000000\stm32f0xx_hal_crc.o" "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_hal_crc.c" 

D:\Flowcode testing>"arm-none-eabi-gcc" -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -Os -fmessage-length=0 -fdata-sections -ffunction-sections -w -c -o "Flowcode 1_STM32F030x6_8000000\stm32f0xx_hal_crc_ex.o" "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_hal_crc_ex.c" 

D:\Flowcode testing>"arm-none-eabi-gcc" -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -Os -fmessage-length=0 -fdata-sections -ffunction-sections -w -c -o "Flowcode 1_STM32F030x6_8000000\stm32f0xx_hal_dac.o" "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_hal_dac.c" 
.


D:\Flowcode testing>"arm-none-eabi-gcc" -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -Os -fmessage-length=0 -fdata-sections -ffunction-sections -w -c -o "Flowcode 1_STM32F030x6_8000000\stm32f0xx_hal_dac_ex.o" "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_hal_dac_ex.c" 

D:\Flowcode testing>"arm-none-eabi-gcc" -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -Os -fmessage-length=0 -fdata-sections -ffunction-sections -w -c -o "Flowcode 1_STM32F030x6_8000000\stm32f0xx_hal_dma.o" "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_hal_dma.c" 

D:\Flowcode testing>"arm-none-eabi-gcc" -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -Os -fmessage-length=0 -fdata-sections -ffunction-sections -w -c -o "Flowcode 1_STM32F030x6_8000000\stm32f0xx_hal_flash.o" "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_hal_flash.c" 

D:\Flowcode testing>"arm-none-eabi-gcc" -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -Os -fmessage-length=0 -fdata-sections -ffunction-sections -w -c -o "Flowcode 1_STM32F030x6_8000000\stm32f0xx_hal_flash_ex.o" "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_hal_flash_ex.c" 

D:\Flowcode testing>"arm-none-eabi-gcc" -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -Os -fmessage-length=0 -fdata-sections -ffunction-sections -w -c -o "Flowcode 1_STM32F030x6_8000000\stm32f0xx_hal_gpio.o" "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_hal_gpio.c" 

D:\Flowcode testing>"arm-none-eabi-gcc" -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -Os -fmessage-length=0 -fdata-sections -ffunction-sections -w -c -o "Flowcode 1_STM32F030x6_8000000\stm32f0xx_hal_i2c.o" "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_hal_i2c.c" 

D:\Flowcode testing>"arm-none-eabi-gcc" -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -Os -fmessage-length=0 -fdata-sections -ffunction-sections -w -c -o "Flowcode 1_STM32F030x6_8000000\stm32f0xx_hal_i2c_ex.o" "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_hal_i2c_ex.c" 

D:\Flowcode testing>"arm-none-eabi-gcc" -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -Os -fmessage-length=0 -fdata-sections -ffunction-sections -w -c -o "Flowcode 1_STM32F030x6_8000000\stm32f0xx_hal_i2s.o" "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_hal_i2s.c" 

D:\Flowcode testing>"arm-none-eabi-gcc" -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -Os -fmessage-length=0 -fdata-sections -ffunction-sections -w -c -o "Flowcode 1_STM32F030x6_8000000\stm32f0xx_hal_irda.o" "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_hal_irda.c" 

D:\Flowcode testing>"arm-none-eabi-gcc" -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -Os -fmessage-length=0 -fdata-sections -ffunction-sections -w -c -o "Flowcode 1_STM32F030x6_8000000\stm32f0xx_hal_iwdg.o" "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_hal_iwdg.c" 

D:\Flowcode testing>"arm-none-eabi-gcc" -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -Os -fmessage-length=0 -fdata-sections -ffunction-sections -w -c -o "Flowcode 1_STM32F030x6_8000000\stm32f0xx_hal_pcd.o" "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_hal_pcd.c" 

D:\Flowcode testing>"arm-none-eabi-gcc" -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -Os -fmessage-length=0 -fdata-sections -ffunction-sections -w -c -o "Flowcode 1_STM32F030x6_8000000\stm32f0xx_hal_pcd_ex.o" "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_hal_pcd_ex.c" 

D:\Flowcode testing>"arm-none-eabi-gcc" -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -Os -fmessage-length=0 -fdata-sections -ffunction-sections -w -c -o "Flowcode 1_STM32F030x6_8000000\stm32f0xx_hal_pwr.o" "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_hal_pwr.c" 
.


D:\Flowcode testing>"arm-none-eabi-gcc" -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -Os -fmessage-length=0 -fdata-sections -ffunction-sections -w -c -o "Flowcode 1_STM32F030x6_8000000\stm32f0xx_hal_pwr_ex.o" "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_hal_pwr_ex.c" 

D:\Flowcode testing>"arm-none-eabi-gcc" -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -Os -fmessage-length=0 -fdata-sections -ffunction-sections -w -c -o "Flowcode 1_STM32F030x6_8000000\stm32f0xx_hal_rcc.o" "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_hal_rcc.c" 

D:\Flowcode testing>"arm-none-eabi-gcc" -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -Os -fmessage-length=0 -fdata-sections -ffunction-sections -w -c -o "Flowcode 1_STM32F030x6_8000000\stm32f0xx_hal_rcc_ex.o" "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_hal_rcc_ex.c" 

D:\Flowcode testing>"arm-none-eabi-gcc" -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -Os -fmessage-length=0 -fdata-sections -ffunction-sections -w -c -o "Flowcode 1_STM32F030x6_8000000\stm32f0xx_hal_rtc.o" "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_hal_rtc.c" 

D:\Flowcode testing>"arm-none-eabi-gcc" -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -Os -fmessage-length=0 -fdata-sections -ffunction-sections -w -c -o "Flowcode 1_STM32F030x6_8000000\stm32f0xx_hal_rtc_ex.o" "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_hal_rtc_ex.c" 

D:\Flowcode testing>"arm-none-eabi-gcc" -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -Os -fmessage-length=0 -fdata-sections -ffunction-sections -w -c -o "Flowcode 1_STM32F030x6_8000000\stm32f0xx_hal_smartcard.o" "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_hal_smartcard.c" 

D:\Flowcode testing>"arm-none-eabi-gcc" -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -Os -fmessage-length=0 -fdata-sections -ffunction-sections -w -c -o "Flowcode 1_STM32F030x6_8000000\stm32f0xx_hal_smartcard_ex.o" "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_hal_smartcard_ex.c" 

D:\Flowcode testing>"arm-none-eabi-gcc" -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -Os -fmessage-length=0 -fdata-sections -ffunction-sections -w -c -o "Flowcode 1_STM32F030x6_8000000\stm32f0xx_hal_smbus.o" "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_hal_smbus.c" 

D:\Flowcode testing>"arm-none-eabi-gcc" -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -Os -fmessage-length=0 -fdata-sections -ffunction-sections -w -c -o "Flowcode 1_STM32F030x6_8000000\stm32f0xx_hal_spi.o" "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_hal_spi.c" 
.


D:\Flowcode testing>"arm-none-eabi-gcc" -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -Os -fmessage-length=0 -fdata-sections -ffunction-sections -w -c -o "Flowcode 1_STM32F030x6_8000000\stm32f0xx_hal_spi_ex.o" "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_hal_spi_ex.c" 

D:\Flowcode testing>"arm-none-eabi-gcc" -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -Os -fmessage-length=0 -fdata-sections -ffunction-sections -w -c -o "Flowcode 1_STM32F030x6_8000000\stm32f0xx_hal_tim.o" "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_hal_tim.c" 

D:\Flowcode testing>"arm-none-eabi-gcc" -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -Os -fmessage-length=0 -fdata-sections -ffunction-sections -w -c -o "Flowcode 1_STM32F030x6_8000000\stm32f0xx_hal_tim_ex.o" "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_hal_tim_ex.c" 

D:\Flowcode testing>"arm-none-eabi-gcc" -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -Os -fmessage-length=0 -fdata-sections -ffunction-sections -w -c -o "Flowcode 1_STM32F030x6_8000000\stm32f0xx_hal_tsc.o" "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_hal_tsc.c" 

D:\Flowcode testing>"arm-none-eabi-gcc" -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -Os -fmessage-length=0 -fdata-sections -ffunction-sections -w -c -o "Flowcode 1_STM32F030x6_8000000\stm32f0xx_hal_uart.o" "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_hal_uart.c" 

D:\Flowcode testing>"arm-none-eabi-gcc" -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -Os -fmessage-length=0 -fdata-sections -ffunction-sections -w -c -o "Flowcode 1_STM32F030x6_8000000\stm32f0xx_hal_uart_ex.o" "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_hal_uart_ex.c" 

D:\Flowcode testing>"arm-none-eabi-gcc" -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -Os -fmessage-length=0 -fdata-sections -ffunction-sections -w -c -o "Flowcode 1_STM32F030x6_8000000\stm32f0xx_hal_usart.o" "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_hal_usart.c" 

D:\Flowcode testing>"arm-none-eabi-gcc" -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -Os -fmessage-length=0 -fdata-sections -ffunction-sections -w -c -o "Flowcode 1_STM32F030x6_8000000\stm32f0xx_hal_wwdg.o" "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_hal_wwdg.c" 

D:\Flowcode testing>"arm-none-eabi-gcc" -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -Os -fmessage-length=0 -fdata-sections -ffunction-sections -w -c -o "Flowcode 1_STM32F030x6_8000000\stm32f0xx_ll_adc.o" "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_adc.c" 

D:\Flowcode testing>"arm-none-eabi-gcc" -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -Os -fmessage-length=0 -fdata-sections -ffunction-sections -w -c -o "Flowcode 1_STM32F030x6_8000000\stm32f0xx_ll_comp.o" "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_comp.c" 

D:\Flowcode testing>"arm-none-eabi-gcc" -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -Os -fmessage-length=0 -fdata-sections -ffunction-sections -w -c -o "Flowcode 1_STM32F030x6_8000000\stm32f0xx_ll_crc.o" "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_crc.c" 

D:\Flowcode testing>"arm-none-eabi-gcc" -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -Os -fmessage-length=0 -fdata-sections -ffunction-sections -w -c -o "Flowcode 1_STM32F030x6_8000000\stm32f0xx_ll_crs.o" "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_crs.c" 

D:\Flowcode testing>"arm-none-eabi-gcc" -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -Os -fmessage-length=0 -fdata-sections -ffunction-sections -w -c -o "Flowcode 1_STM32F030x6_8000000\stm32f0xx_ll_dac.o" "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_dac.c" 
.


D:\Flowcode testing>"arm-none-eabi-gcc" -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -Os -fmessage-length=0 -fdata-sections -ffunction-sections -w -c -o "Flowcode 1_STM32F030x6_8000000\stm32f0xx_ll_dma.o" "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_dma.c" 

D:\Flowcode testing>"arm-none-eabi-gcc" -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -Os -fmessage-length=0 -fdata-sections -ffunction-sections -w -c -o "Flowcode 1_STM32F030x6_8000000\stm32f0xx_ll_exti.o" "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_exti.c" 

D:\Flowcode testing>"arm-none-eabi-gcc" -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -Os -fmessage-length=0 -fdata-sections -ffunction-sections -w -c -o "Flowcode 1_STM32F030x6_8000000\stm32f0xx_ll_gpio.o" "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_gpio.c" 

D:\Flowcode testing>"arm-none-eabi-gcc" -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -Os -fmessage-length=0 -fdata-sections -ffunction-sections -w -c -o "Flowcode 1_STM32F030x6_8000000\stm32f0xx_ll_i2c.o" "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_i2c.c" 

D:\Flowcode testing>"arm-none-eabi-gcc" -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -Os -fmessage-length=0 -fdata-sections -ffunction-sections -w -c -o "Flowcode 1_STM32F030x6_8000000\stm32f0xx_ll_pwr.o" "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_pwr.c" 

D:\Flowcode testing>"arm-none-eabi-gcc" -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -Os -fmessage-length=0 -fdata-sections -ffunction-sections -w -c -o "Flowcode 1_STM32F030x6_8000000\stm32f0xx_ll_rcc.o" "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_rcc.c" 

D:\Flowcode testing>"arm-none-eabi-gcc" -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -Os -fmessage-length=0 -fdata-sections -ffunction-sections -w -c -o "Flowcode 1_STM32F030x6_8000000\stm32f0xx_ll_rtc.o" "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_rtc.c" 

D:\Flowcode testing>"arm-none-eabi-gcc" -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -Os -fmessage-length=0 -fdata-sections -ffunction-sections -w -c -o "Flowcode 1_STM32F030x6_8000000\stm32f0xx_ll_spi.o" "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_spi.c" 

D:\Flowcode testing>"arm-none-eabi-gcc" -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -Os -fmessage-length=0 -fdata-sections -ffunction-sections -w -c -o "Flowcode 1_STM32F030x6_8000000\stm32f0xx_ll_tim.o" "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_tim.c" 

D:\Flowcode testing>"arm-none-eabi-gcc" -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -Os -fmessage-length=0 -fdata-sections -ffunction-sections -w -c -o "Flowcode 1_STM32F030x6_8000000\stm32f0xx_ll_usart.o" "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_usart.c" 

D:\Flowcode testing>"arm-none-eabi-gcc" -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -Os -fmessage-length=0 -fdata-sections -ffunction-sections -w -c -o "Flowcode 1_STM32F030x6_8000000\stm32f0xx_ll_utils.o" "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Src\stm32f0xx_ll_utils.c" 

D:\Flowcode testing>arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -fmessage-length=0 -fdata-sections -ffunction-sections -w -c "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Source\Templates\gcc\startup_STM32F030x6.s" -o "Flowcode 1_STM32F030x6_8000000\startup.o" 

D:\Flowcode testing>arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -fmessage-length=0 -fdata-sections -ffunction-sections -w -c "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Source\Templates\system_stm32F0xx.c" -o "Flowcode 1_STM32F030x6_8000000\system.o" 

D:\Flowcode testing>arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -fmessage-length=0 -fdata-sections -ffunction-sections -w -c "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\src\syscalls.c" -o "Flowcode 1_STM32F030x6_8000000\syscalls.o" 

D:\Flowcode testing>arm-none-eabi-gcc -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -DSTM32 -DSTM32F0 -DSTM32F030x6 -DUSE_HAL_DRIVER -DHSE_VALUE=8000000 -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\CMSIS\Device\ST\STM32F0xx\Include -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\stm32cubeF0\Drivers\STM32F0xx_HAL_Driver\Inc\Legacy -IC:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\inc -fmessage-length=0 -fdata-sections -ffunction-sections -w -c "C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\src\MX_IRQs.c" -o "Flowcode 1_STM32F030x6_8000000\MX_IRQs.o" 

D:\Flowcode testing\Flowcode 1_STM32F030x6_8000000>arm-none-eabi-gcc -O -g -w -Wl,-T"C:\PROGRA~2\Flowcode\Common\COMPIL~1\starm\batch\..\link\stm32f.ld",--gc-sections -mcpu=cortex-m0 -mthumb -mfloat-abi=soft -D__SOFTFP__ -Os -Xlinker --defsym=_ROMSIZE=32K -Xlinker --defsym=_RAMSIZE=4K  "Flowcode 1.o" "MX_IRQs.o" "startup.o" "stm32f0xx_hal.o" "stm32f0xx_hal_adc.o" "stm32f0xx_hal_adc_ex.o" "stm32f0xx_hal_can.o" "stm32f0xx_hal_cec.o" "stm32f0xx_hal_comp.o" "stm32f0xx_hal_cortex.o" "stm32f0xx_hal_crc.o" "stm32f0xx_hal_crc_ex.o" "stm32f0xx_hal_dac.o" "stm32f0xx_hal_dac_ex.o" "stm32f0xx_hal_dma.o" "stm32f0xx_hal_flash.o" "stm32f0xx_hal_flash_ex.o" "stm32f0xx_hal_gpio.o" "stm32f0xx_hal_i2c.o" "stm32f0xx_hal_i2c_ex.o" "stm32f0xx_hal_i2s.o" "stm32f0xx_hal_irda.o" "stm32f0xx_hal_iwdg.o" "stm32f0xx_hal_pcd.o" "stm32f0xx_hal_pcd_ex.o" "stm32f0xx_hal_pwr.o" "stm32f0xx_hal_pwr_ex.o" "stm32f0xx_hal_rcc.o" "stm32f0xx_hal_rcc_ex.o" "stm32f0xx_hal_rtc.o" "stm32f0xx_hal_rtc_ex.o" "stm32f0xx_hal_smartcard.o" "stm32f0xx_hal_smartcard_ex.o" "stm32f0xx_hal_smbus.o" "stm32f0xx_hal_spi.o" "stm32f0xx_hal_spi_ex.o" "stm32f0xx_hal_tim.o" "stm32f0xx_hal_tim_ex.o" "stm32f0xx_hal_tsc.o" "stm32f0xx_hal_uart.o" "stm32f0xx_hal_uart_ex.o" "stm32f0xx_hal_usart.o" "stm32f0xx_hal_wwdg.o" "stm32f0xx_ll_adc.o" "stm32f0xx_ll_comp.o" "stm32f0xx_ll_crc.o" "stm32f0xx_ll_crs.o" "stm32f0xx_ll_dac.o" "stm32f0xx_ll_dma.o" "stm32f0xx_ll_exti.o" "stm32f0xx_ll_gpio.o" "stm32f0xx_ll_i2c.o" "stm32f0xx_ll_pwr.o" "stm32f0xx_ll_rcc.o" "stm32f0xx_ll_rtc.o" "stm32f0xx_ll_spi.o" "stm32f0xx_ll_tim.o" "stm32f0xx_ll_usart.o" "stm32f0xx_ll_utils.o" "syscalls.o" "system.o" -o "..\Flowcode 1.elf" -lm  
.


D:\Flowcode testing\Flowcode 1_STM32F030x6_8000000>arm-none-eabi-objcopy -O ihex "..\Flowcode 1.elf" "..\Flowcode 1.hex" 

D:\Flowcode testing\Flowcode 1_STM32F030x6_8000000>arm-none-eabi-objcopy -O binary "..\Flowcode 1.elf" "..\Flowcode 1.bin" 

D:\Flowcode testing\Flowcode 1_STM32F030x6_8000000>arm-none-eabi-objdump -t -d  -h "..\Flowcode 1.elf"  1>"Flowcode 1.lst" 

D:\Flowcode testing\Flowcode 1_STM32F030x6_8000000>arm-none-eabi-size -B "..\Flowcode 1.elf" 
   text	   data	    bss	    dec	    hex	filename
   2840	      4	   1540	   4384	   1120	..\Flowcode 1.elf
Compilation successful

Launching the linker/assembler...
C:\Program Files (x86)\Flowcode v8\tools\DoNothing\DoNothing.exe  


FINISHED
If you post your flowchart, then I could see if it compiles for me.
Have you downloaded and installed toolchain from here?
If so does uninstalling then reinstalling toolchain help?
I'm assuming when you mentioed reinstalling software you were only referring to Flowcode and not toolchain?
Can you elaborate on what software?

Martin
Martin

zumpitu
Posts: 22
Joined: Tue Jul 03, 2018 12:21 pm
Location: Southam UK
Has thanked: 4 times
Been thanked: 2 times
Contact:

Re: stm32comp.bat missing ?

Post by zumpitu »

Hi medelec35 !

Thank you for your reply ! actually the starm folder is completely missing , and I installed the compiler like 20 time, in different place and different computer.. and is always like this :?: :?:



UPDATE ! ! !

OMG OMG .... I just realized that I installed the wrong compiler , this is why the "starm" folder was not there I was just confused by ARM and STARM :oops: :oops: :oops: :oops:


I'm so sorry, now Is working, but I got some other error will tell you later
Attachments
esercizio_arrey_switch.fcfx
(11.99 KiB) Downloaded 170 times
Inizio Controller Base.fcfx
(16.16 KiB) Downloaded 157 times

medelec35
Matrix Staff
Posts: 9520
Joined: Sat May 05, 2007 2:27 pm
Location: Northamptonshire, UK
Has thanked: 2585 times
Been thanked: 3815 times
Contact:

Re: stm32comp.bat missing ?

Post by medelec35 »

I was going to post a screen shot of the

Code: Select all

Flowcode_Compiler_STARM.msi
file, along with the size in case it has got corrupted.
No need now lol.
Glad you have installed the correct one now.

Both your flowcharts compile for me.
My advice is don't use

Code: Select all

AND
as that that is bitwise.
Use

Code: Select all

&&
instead as that is logical

Also for the Switch component you can't have

Code: Select all

Sin_A[A_array_index] >= 0
There must not be any comparisons.
Just use

Code: Select all

Sin_A[A_array_index]
instead.
If you want to use

Code: Select all

Sin_A[A_array_index] >= 0
then use a Decision component instead.
You can then use the Switch component in the yes branch.

Martin
Martin

zumpitu
Posts: 22
Joined: Tue Jul 03, 2018 12:21 pm
Location: Southam UK
Has thanked: 4 times
Been thanked: 2 times
Contact:

Re: stm32comp.bat missing ?

Post by zumpitu »

thank you for your advice

I find complicate to find the right syntax, I used "AND" because on the function menu you find AND instead &&

can you explain why I can not use "Sin_A[A_array_index] >= 0" on the if function ? somehow on the simulation looks it work.


I also would like to have a way to read the value, do check if my code is correct, like a terminal print, I was looking to use the ICT / ICD function to do that, but should be also some other simpler way to do if i the normal simulation

Anyway I got this strange error

'ST-LINK_CLI.exe' is not recognized as an internal or external command,

Now I have to work on this

medelec35
Matrix Staff
Posts: 9520
Joined: Sat May 05, 2007 2:27 pm
Location: Northamptonshire, UK
Has thanked: 2585 times
Been thanked: 3815 times
Contact:

Re: stm32comp.bat missing ?

Post by medelec35 »

Your'e welcome.
zumpitu wrote:I find complicate to find the right syntax, I used "AND" because on the function menu you find AND instead &&
This gives you an idea of the syntax.
Basically when comparing variables use logical.
When doing bitwise manipulation use bitwise.
zumpitu wrote:can you explain why I can not use "Sin_A[A_array_index] >= 0" on the if function ?

That's not what I said:
medelec35 wrote:Also for the Switch component you can't have
CODE: SELECT ALL

Sin_A[A_array_index] >= 0
It's the switch component you can't use it.
You indeed can use >=0 with the decision branch, I have attached an example.
zumpitu wrote:I also would like to have a way to read the value, do check if my code is correct, like a terminal print
I have explained how that can be done here.
Although that was for V6, its the same procedure for V8

As for the error.
Have you changed target device and not got the appropriate toochain installed?
Attachments
Inizio Controller Base 1a.fcfx
(17.6 KiB) Downloaded 165 times
Martin

zumpitu
Posts: 22
Joined: Tue Jul 03, 2018 12:21 pm
Location: Southam UK
Has thanked: 4 times
Been thanked: 2 times
Contact:

Re: stm32comp.bat missing ?

Post by zumpitu »

Ok I solved the error regarding the ST-link file.... THe problem was that I setup a different chip from the one on my board

after changing to the correct Nucleo 64 it worked

The reason why I used the other chip is that my Nucleo 64 STM32F446 is not fully supported ( bit sad about :( ) and the chip do not have all the pins.
But I can still compile it and copy manually the.bin on the controller

Thank you for the exemple !!! Now I understand the concept , still look a bit strange but this is how it work

On the main time I also found out the simulation debugger, is a very good tool

medelec35
Matrix Staff
Posts: 9520
Joined: Sat May 05, 2007 2:27 pm
Location: Northamptonshire, UK
Has thanked: 2585 times
Been thanked: 3815 times
Contact:

Re: stm32comp.bat missing ?

Post by medelec35 »

At least you can now compile.
zumpitu wrote:still look a bit strange
As I believe you know C the Switch component with the branches is the equivalent of Switch case statement in C
Can the

Code: Select all

Sin_A[A_array_index] >= 0
be used word with the case function?
Or are you referring to something else being strange?
If you're only looking to do something depending on if the result is 0 or 1 then Case component is not required.
Just use a Decision branch since that can be used with comparisons.
Glad you find the debugger handy, I use it a lot.

Martin
Martin

Post Reply