diff --git a/Objects/ProjetVide.build_log.htm b/Objects/ProjetVide.build_log.htm new file mode 100644 index 0000000..dd0c5fb --- /dev/null +++ b/Objects/ProjetVide.build_log.htm @@ -0,0 +1,88 @@ + + +
+

µVision Build Log

+

Tool Versions:

+IDE-Version: µVision V5.43.1.0 +Copyright (C) 2025 ARM Ltd and ARM Germany GmbH. All rights reserved. +License Information: Jens Kielland, University, LIC=---- + +Tool Versions: +Toolchain: MDK-Lite Version: 5.43.0.0 +Toolchain Path: C:\users\klinx\AppData\Local\Keil_v5\ARM\ARMCLANG\Bin +C Compiler: ArmClang.exe V6.24 +Assembler: Armasm.exe V6.24 +Linker/Locator: ArmLink.exe V6.24 +Library Manager: ArmAr.exe V6.24 +Hex Converter: FromElf.exe V6.24 +CPU DLL: SARMCM3.DLL V5.43.0.0 +Dialog DLL: DARMSTM.DLL V1.69.1.0 +Target DLL: STLink\ST-LINKIII-KEIL_SWO.dll V3.3.1.0 +Dialog DLL: TARMSTM.DLL V1.67.1.0 + +

Project:

+C:\users\klinx\Documents\ecole\4A\MC\BE_VOILIER\ProjetVoilier.uvprojx +Project File Date: 12/15/2025 + +

Output:

+*** Using Compiler 'V6.24', folder: 'C:\users\klinx\AppData\Local\Keil_v5\ARM\ARMCLANG\Bin' +Rebuild target 'Simulation' +compiling principal.c... +compiling Accelerometre.c... +compiling Girouette.c... +compiling MyUart.c... +compiling Servo.c... +compiling DriverGPIO.c... +compiling Horloge.c... +compiling MYGPIO.c... +compiling MyTimer.c... +compiling PWM.c... +compiling Timer.c... +compiling I2C.c... +assembling startup_stm32f10x_md.s... +compiling system_stm32f10x.c... +linking... +.\Objects\ProjetVide.axf: Error: L6218E: Undefined symbol MySPI_Init (referred from accelerometre.o). +.\Objects\ProjetVide.axf: Error: L6218E: Undefined symbol MySPI_Clear_NSS (referred from accelerometre.o). +.\Objects\ProjetVide.axf: Error: L6218E: Undefined symbol MySPI_Send (referred from accelerometre.o). +.\Objects\ProjetVide.axf: Error: L6218E: Undefined symbol MySPI_Set_NSS (referred from accelerometre.o). +.\Objects\ProjetVide.axf: Error: L6218E: Undefined symbol MySPI_Read (referred from accelerometre.o). +Not enough information to list image symbols. +Not enough information to list load addresses in the image map. +Finished: 2 information, 0 warning and 5 error messages. +".\Objects\ProjetVide.axf" - 5 Error(s), 0 Warning(s). + +

Software Packages used:

+ +Package Vendor: ARM + https://www.keil.com/pack/ARM.CMSIS.6.2.0.pack + ARM::CMSIS@6.2.0 + CMSIS (Common Microcontroller Software Interface Standard) + * Component: CORE Version: 6.1.1 + +Package Vendor: Keil + https://www.keil.com/pack/Keil.STM32F1xx_DFP.2.4.1.pack + Keil::STM32F1xx_DFP@2.4.1 + STMicroelectronics STM32F1 Series Device Support, Drivers and Examples + * Component: Startup Version: 1.0.0 + +

Collection of Component include folders:

+ ./RTE/Device/STM32F103RB + ./RTE/_Simulation + C:/users/klinx/AppData/Local/Arm/Packs/ARM/CMSIS/6.2.0/CMSIS/Core/Include + C:/users/klinx/AppData/Local/Arm/Packs/Keil/STM32F1xx_DFP/2.4.1/Device/Include + +

Collection of Component Files used:

+ + * Component: ARM::CMSIS:CORE@6.1.1 + + * Component: Keil::Device:Startup@1.0.0 + Source file: Device/Source/ARM/startup_stm32f10x_md.s + Source file: Device/Source/system_stm32f10x.c + Include file: RTE_Driver/Config/RTE_Device.h + Source file: Device/Source/ARM/STM32F1xx_OPT.s +Target not created. +Build Time Elapsed: 00:00:32 +
+ + diff --git a/Objects/ProjetVide.lnp b/Objects/ProjetVide.lnp new file mode 100644 index 0000000..025ec31 --- /dev/null +++ b/Objects/ProjetVide.lnp @@ -0,0 +1,18 @@ +--cpu Cortex-M3 +".\objects\principal.o" +".\objects\accelerometre.o" +".\objects\girouette.o" +".\objects\myuart.o" +".\objects\servo.o" +".\objects\drivergpio.o" +".\objects\horloge.o" +".\objects\mygpio.o" +".\objects\mytimer.o" +".\objects\pwm.o" +".\objects\timer.o" +".\objects\i2c.o" +".\objects\startup_stm32f10x_md.o" +".\objects\system_stm32f10x.o" +--ro-base 0x08000000 --entry 0x08000000 --rw-base 0x20000000 --entry Reset_Handler --first __Vectors --strict --summary_stderr --info summarysizes --map --load_addr_map_info --xref --callgraph --symbols +--info sizes --info totals --info unused --info veneers +--list ".\Listings\ProjetVide.map" -o .\Objects\ProjetVide.axf \ No newline at end of file diff --git a/Objects/ProjetVoilier_Simulation.dep b/Objects/ProjetVoilier_Simulation.dep new file mode 100644 index 0000000..164431e --- /dev/null +++ b/Objects/ProjetVoilier_Simulation.dep @@ -0,0 +1,99 @@ +Dependencies for Project 'ProjetVoilier', Target 'Simulation': (DO NOT MODIFY !) +CompilerVersion: 6240000::V6.24::ARMCLANG +F (.\Application\principal.c)(0x69408BDC)(-xc --target=arm-arm-none-eabi -mcpu=cortex-m3 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -gdwarf-4 -O0 -ffunction-sections -Wall -Wextra -Wno-packed -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ./Pilotes/Include -I ./Pilotes/Source -I ./Services/Source -I ./Services/Include -I . -I ./Objects -I./RTE/Device/STM32F103RB -I./RTE/_Simulation -IC:/users/klinx/AppData/Local/Arm/Packs/ARM/CMSIS/6.2.0/CMSIS/Core/Include -IC:/users/klinx/AppData/Local/Arm/Packs/Keil/STM32F1xx_DFP/2.4.1/Device/Include -D__UVISION_VERSION="543" -DSTM32F10X_MD -D_RTE_ -o ./objects/principal.o -MMD) +I (C:\users\klinx\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.4.1\Device\Include\stm32f10x.h)(0x68F89DC5) +I (RTE\_Simulation\RTE_Components.h)(0x694083F8) +I (C:\users\klinx\AppData\Local\Arm\Packs\ARM\CMSIS\6.2.0\CMSIS\Core\Include\core_cm3.h)(0x68E55F9D) +I (C:\users\klinx\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.4.1\Device\Include\system_stm32f10x.h)(0x68F89DC5) +I (Pilotes\Include\Horloge.h)(0x694083F8) +I (Services\Include\Accelerometre.h)(0x694083F8) +I (Services\Include\Girouette.h)(0x694083F8) +I (Services\Include\Servo.h)(0x694083F8) +I (Pilotes\Include\I2C.h)(0x694083F8) +F (.\Services\Source\Accelerometre.c)(0x69408A7D)(-xc --target=arm-arm-none-eabi -mcpu=cortex-m3 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -gdwarf-4 -O0 -ffunction-sections -Wall -Wextra -Wno-packed -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ./Pilotes/Include -I ./Pilotes/Source -I ./Services/Source -I ./Services/Include -I . -I ./Objects -I./RTE/Device/STM32F103RB -I./RTE/_Simulation -IC:/users/klinx/AppData/Local/Arm/Packs/ARM/CMSIS/6.2.0/CMSIS/Core/Include -IC:/users/klinx/AppData/Local/Arm/Packs/Keil/STM32F1xx_DFP/2.4.1/Device/Include -D__UVISION_VERSION="543" -DSTM32F10X_MD -D_RTE_ -o ./objects/accelerometre.o -MMD) +I (C:\users\klinx\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.4.1\Device\Include\stm32f10x.h)(0x68F89DC5) +I (RTE\_Simulation\RTE_Components.h)(0x694083F8) +I (C:\users\klinx\AppData\Local\Arm\Packs\ARM\CMSIS\6.2.0\CMSIS\Core\Include\core_cm3.h)(0x68E55F9D) +I (C:\users\klinx\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.4.1\Device\Include\system_stm32f10x.h)(0x68F89DC5) +I (Pilotes\Include\Horloge.h)(0x694083F8) +I (Pilotes\Include\MySPI.h)(0x694083F8) +I (Services\Include\Accelerometre.h)(0x694083F8) +I (Services\Include\Servo.h)(0x694083F8) +F (.\Services\Source\Girouette.c)(0x69408AA1)(-xc --target=arm-arm-none-eabi -mcpu=cortex-m3 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -gdwarf-4 -O0 -ffunction-sections -Wall -Wextra -Wno-packed -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ./Pilotes/Include -I ./Pilotes/Source -I ./Services/Source -I ./Services/Include -I . -I ./Objects -I./RTE/Device/STM32F103RB -I./RTE/_Simulation -IC:/users/klinx/AppData/Local/Arm/Packs/ARM/CMSIS/6.2.0/CMSIS/Core/Include -IC:/users/klinx/AppData/Local/Arm/Packs/Keil/STM32F1xx_DFP/2.4.1/Device/Include -D__UVISION_VERSION="543" -DSTM32F10X_MD -D_RTE_ -o ./objects/girouette.o -MMD) +I (C:\users\klinx\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.4.1\Device\Include\stm32f10x.h)(0x68F89DC5) +I (RTE\_Simulation\RTE_Components.h)(0x694083F8) +I (C:\users\klinx\AppData\Local\Arm\Packs\ARM\CMSIS\6.2.0\CMSIS\Core\Include\core_cm3.h)(0x68E55F9D) +I (C:\users\klinx\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.4.1\Device\Include\system_stm32f10x.h)(0x68F89DC5) +I (Pilotes\Include\Timer.h)(0x694083F8) +I (Pilotes\Include\DriverGPIO.h)(0x694083F8) +I (Services\Include\Girouette.h)(0x694083F8) +I (Pilotes\Include\PWM.h)(0x694083F8) +F (.\Pilotes\Source\MyUart.c)(0x69408C41)(-xc --target=arm-arm-none-eabi -mcpu=cortex-m3 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -gdwarf-4 -O0 -ffunction-sections -Wall -Wextra -Wno-packed -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ./Pilotes/Include -I ./Pilotes/Source -I ./Services/Source -I ./Services/Include -I . -I ./Objects -I./RTE/Device/STM32F103RB -I./RTE/_Simulation -IC:/users/klinx/AppData/Local/Arm/Packs/ARM/CMSIS/6.2.0/CMSIS/Core/Include -IC:/users/klinx/AppData/Local/Arm/Packs/Keil/STM32F1xx_DFP/2.4.1/Device/Include -D__UVISION_VERSION="543" -DSTM32F10X_MD -D_RTE_ -o ./objects/myuart.o -MMD) +I (C:\users\klinx\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.4.1\Device\Include\stm32f10x.h)(0x68F89DC5) +I (RTE\_Simulation\RTE_Components.h)(0x694083F8) +I (C:\users\klinx\AppData\Local\Arm\Packs\ARM\CMSIS\6.2.0\CMSIS\Core\Include\core_cm3.h)(0x68E55F9D) +I (C:\users\klinx\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.4.1\Device\Include\system_stm32f10x.h)(0x68F89DC5) +I (Pilotes\Include\DriverGPIO.h)(0x694083F8) +I (Pilotes\Include\MyTimer.h)(0x694083F8) +F (.\Services\Source\Servo.c)(0x69408AB5)(-xc --target=arm-arm-none-eabi -mcpu=cortex-m3 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -gdwarf-4 -O0 -ffunction-sections -Wall -Wextra -Wno-packed -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ./Pilotes/Include -I ./Pilotes/Source -I ./Services/Source -I ./Services/Include -I . -I ./Objects -I./RTE/Device/STM32F103RB -I./RTE/_Simulation -IC:/users/klinx/AppData/Local/Arm/Packs/ARM/CMSIS/6.2.0/CMSIS/Core/Include -IC:/users/klinx/AppData/Local/Arm/Packs/Keil/STM32F1xx_DFP/2.4.1/Device/Include -D__UVISION_VERSION="543" -DSTM32F10X_MD -D_RTE_ -o ./objects/servo.o -MMD) +I (Services\Include\Servo.h)(0x694083F8) +I (C:\users\klinx\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.4.1\Device\Include\stm32f10x.h)(0x68F89DC5) +I (RTE\_Simulation\RTE_Components.h)(0x694083F8) +I (C:\users\klinx\AppData\Local\Arm\Packs\ARM\CMSIS\6.2.0\CMSIS\Core\Include\core_cm3.h)(0x68E55F9D) +I (C:\users\klinx\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.4.1\Device\Include\system_stm32f10x.h)(0x68F89DC5) +I (Pilotes\Include\DriverGPIO.h)(0x694083F8) +I (Pilotes\Include\PWM.h)(0x694083F8) +I (Pilotes\Include\Horloge.h)(0x694083F8) +F (.\Pilotes\Source\DriverGPIO.c)(0x69408C3D)(-xc --target=arm-arm-none-eabi -mcpu=cortex-m3 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -gdwarf-4 -O0 -ffunction-sections -Wall -Wextra -Wno-packed -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ./Pilotes/Include -I ./Pilotes/Source -I ./Services/Source -I ./Services/Include -I . -I ./Objects -I./RTE/Device/STM32F103RB -I./RTE/_Simulation -IC:/users/klinx/AppData/Local/Arm/Packs/ARM/CMSIS/6.2.0/CMSIS/Core/Include -IC:/users/klinx/AppData/Local/Arm/Packs/Keil/STM32F1xx_DFP/2.4.1/Device/Include -D__UVISION_VERSION="543" -DSTM32F10X_MD -D_RTE_ -o ./objects/drivergpio.o -MMD) +I (C:\users\klinx\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.4.1\Device\Include\stm32f10x.h)(0x68F89DC5) +I (RTE\_Simulation\RTE_Components.h)(0x694083F8) +I (C:\users\klinx\AppData\Local\Arm\Packs\ARM\CMSIS\6.2.0\CMSIS\Core\Include\core_cm3.h)(0x68E55F9D) +I (C:\users\klinx\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.4.1\Device\Include\system_stm32f10x.h)(0x68F89DC5) +I (Pilotes\Include\DriverGPIO.h)(0x694083F8) +F (.\Pilotes\Source\Horloge.c)(0x69408B5A)(-xc --target=arm-arm-none-eabi -mcpu=cortex-m3 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -gdwarf-4 -O0 -ffunction-sections -Wall -Wextra -Wno-packed -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ./Pilotes/Include -I ./Pilotes/Source -I ./Services/Source -I ./Services/Include -I . -I ./Objects -I./RTE/Device/STM32F103RB -I./RTE/_Simulation -IC:/users/klinx/AppData/Local/Arm/Packs/ARM/CMSIS/6.2.0/CMSIS/Core/Include -IC:/users/klinx/AppData/Local/Arm/Packs/Keil/STM32F1xx_DFP/2.4.1/Device/Include -D__UVISION_VERSION="543" -DSTM32F10X_MD -D_RTE_ -o ./objects/horloge.o -MMD) +I (C:\users\klinx\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.4.1\Device\Include\stm32f10x.h)(0x68F89DC5) +I (RTE\_Simulation\RTE_Components.h)(0x694083F8) +I (C:\users\klinx\AppData\Local\Arm\Packs\ARM\CMSIS\6.2.0\CMSIS\Core\Include\core_cm3.h)(0x68E55F9D) +I (C:\users\klinx\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.4.1\Device\Include\system_stm32f10x.h)(0x68F89DC5) +I (Pilotes\Include\Horloge.h)(0x694083F8) +F (.\Pilotes\Source\MYGPIO.c)(0x69408AF9)(-xc --target=arm-arm-none-eabi -mcpu=cortex-m3 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -gdwarf-4 -O0 -ffunction-sections -Wall -Wextra -Wno-packed -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ./Pilotes/Include -I ./Pilotes/Source -I ./Services/Source -I ./Services/Include -I . -I ./Objects -I./RTE/Device/STM32F103RB -I./RTE/_Simulation -IC:/users/klinx/AppData/Local/Arm/Packs/ARM/CMSIS/6.2.0/CMSIS/Core/Include -IC:/users/klinx/AppData/Local/Arm/Packs/Keil/STM32F1xx_DFP/2.4.1/Device/Include -D__UVISION_VERSION="543" -DSTM32F10X_MD -D_RTE_ -o ./objects/mygpio.o -MMD) +I (C:\users\klinx\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.4.1\Device\Include\stm32f10x.h)(0x68F89DC5) +I (RTE\_Simulation\RTE_Components.h)(0x694083F8) +I (C:\users\klinx\AppData\Local\Arm\Packs\ARM\CMSIS\6.2.0\CMSIS\Core\Include\core_cm3.h)(0x68E55F9D) +I (C:\users\klinx\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.4.1\Device\Include\system_stm32f10x.h)(0x68F89DC5) +I (Pilotes\Include\MYGPIO.h)(0x694083F8) +F (.\Pilotes\Source\MyTimer.c)(0x69408C31)(-xc --target=arm-arm-none-eabi -mcpu=cortex-m3 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -gdwarf-4 -O0 -ffunction-sections -Wall -Wextra -Wno-packed -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ./Pilotes/Include -I ./Pilotes/Source -I ./Services/Source -I ./Services/Include -I . -I ./Objects -I./RTE/Device/STM32F103RB -I./RTE/_Simulation -IC:/users/klinx/AppData/Local/Arm/Packs/ARM/CMSIS/6.2.0/CMSIS/Core/Include -IC:/users/klinx/AppData/Local/Arm/Packs/Keil/STM32F1xx_DFP/2.4.1/Device/Include -D__UVISION_VERSION="543" -DSTM32F10X_MD -D_RTE_ -o ./objects/mytimer.o -MMD) +I (C:\users\klinx\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.4.1\Device\Include\stm32f10x.h)(0x68F89DC5) +I (RTE\_Simulation\RTE_Components.h)(0x694083F8) +I (C:\users\klinx\AppData\Local\Arm\Packs\ARM\CMSIS\6.2.0\CMSIS\Core\Include\core_cm3.h)(0x68E55F9D) +I (C:\users\klinx\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.4.1\Device\Include\system_stm32f10x.h)(0x68F89DC5) +I (Pilotes\Include\Timer.h)(0x694083F8) +I (Pilotes\Include\MyTimer.h)(0x694083F8) +I (Pilotes\Include\PWM.h)(0x694083F8) +I (Pilotes\Include\DriverGPIO.h)(0x694083F8) +I (Pilotes\Include\Horloge.h)(0x694083F8) +F (.\Pilotes\Source\PWM.c)(0x69408B46)(-xc --target=arm-arm-none-eabi -mcpu=cortex-m3 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -gdwarf-4 -O0 -ffunction-sections -Wall -Wextra -Wno-packed -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ./Pilotes/Include -I ./Pilotes/Source -I ./Services/Source -I ./Services/Include -I . -I ./Objects -I./RTE/Device/STM32F103RB -I./RTE/_Simulation -IC:/users/klinx/AppData/Local/Arm/Packs/ARM/CMSIS/6.2.0/CMSIS/Core/Include -IC:/users/klinx/AppData/Local/Arm/Packs/Keil/STM32F1xx_DFP/2.4.1/Device/Include -D__UVISION_VERSION="543" -DSTM32F10X_MD -D_RTE_ -o ./objects/pwm.o -MMD) +I (C:\users\klinx\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.4.1\Device\Include\stm32f10x.h)(0x68F89DC5) +I (RTE\_Simulation\RTE_Components.h)(0x694083F8) +I (C:\users\klinx\AppData\Local\Arm\Packs\ARM\CMSIS\6.2.0\CMSIS\Core\Include\core_cm3.h)(0x68E55F9D) +I (C:\users\klinx\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.4.1\Device\Include\system_stm32f10x.h)(0x68F89DC5) +I (Pilotes\Include\PWM.h)(0x694083F8) +F (.\Pilotes\Source\Timer.c)(0x694088C4)(-xc --target=arm-arm-none-eabi -mcpu=cortex-m3 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -gdwarf-4 -O0 -ffunction-sections -Wall -Wextra -Wno-packed -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ./Pilotes/Include -I ./Pilotes/Source -I ./Services/Source -I ./Services/Include -I . -I ./Objects -I./RTE/Device/STM32F103RB -I./RTE/_Simulation -IC:/users/klinx/AppData/Local/Arm/Packs/ARM/CMSIS/6.2.0/CMSIS/Core/Include -IC:/users/klinx/AppData/Local/Arm/Packs/Keil/STM32F1xx_DFP/2.4.1/Device/Include -D__UVISION_VERSION="543" -DSTM32F10X_MD -D_RTE_ -o ./objects/timer.o -MMD) +I (C:\users\klinx\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.4.1\Device\Include\stm32f10x.h)(0x68F89DC5) +I (RTE\_Simulation\RTE_Components.h)(0x694083F8) +I (C:\users\klinx\AppData\Local\Arm\Packs\ARM\CMSIS\6.2.0\CMSIS\Core\Include\core_cm3.h)(0x68E55F9D) +I (C:\users\klinx\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.4.1\Device\Include\system_stm32f10x.h)(0x68F89DC5) +I (Pilotes\Include\Timer.h)(0x694083F8) +F (.\Pilotes\Source\I2C.c)(0x69408B4C)(-xc --target=arm-arm-none-eabi -mcpu=cortex-m3 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -gdwarf-4 -O0 -ffunction-sections -Wall -Wextra -Wno-packed -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ./Pilotes/Include -I ./Pilotes/Source -I ./Services/Source -I ./Services/Include -I . -I ./Objects -I./RTE/Device/STM32F103RB -I./RTE/_Simulation -IC:/users/klinx/AppData/Local/Arm/Packs/ARM/CMSIS/6.2.0/CMSIS/Core/Include -IC:/users/klinx/AppData/Local/Arm/Packs/Keil/STM32F1xx_DFP/2.4.1/Device/Include -D__UVISION_VERSION="543" -DSTM32F10X_MD -D_RTE_ -o ./objects/i2c.o -MMD) +I (C:\users\klinx\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.4.1\Device\Include\stm32f10x.h)(0x68F89DC5) +I (RTE\_Simulation\RTE_Components.h)(0x694083F8) +I (C:\users\klinx\AppData\Local\Arm\Packs\ARM\CMSIS\6.2.0\CMSIS\Core\Include\core_cm3.h)(0x68E55F9D) +I (C:\users\klinx\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.4.1\Device\Include\system_stm32f10x.h)(0x68F89DC5) +I (Pilotes\Include\I2C.h)(0x694083F8) +F (RTE/Device/STM32F103RB/RTE_Device.h)(0x694083F8)() +F (RTE/Device/STM32F103RB/startup_stm32f10x_md.s)(0x694083F8)(--target=arm-arm-none-eabi -mcpu=cortex-m3 -masm=auto -Wa,armasm,--diag_suppress=A1950W -c -gdwarf-4 -Wa,armasm,--pd,"__EVAL SETA 1" -I ./Pilotes/Source -I ./Pilotes/Include -I ./Services/Source -I ./Services/Include -I . -I ./Objects -I./RTE/Device/STM32F103RB -I./RTE/_Simulation -IC:/users/klinx/AppData/Local/Arm/Packs/ARM/CMSIS/6.2.0/CMSIS/Core/Include -IC:/users/klinx/AppData/Local/Arm/Packs/Keil/STM32F1xx_DFP/2.4.1/Device/Include -Wa,armasm,--pd,"__UVISION_VERSION SETA 543" -Wa,armasm,--pd,"STM32F10X_MD SETA 1" -Wa,armasm,--pd,"_RTE_ SETA 1" -o ./objects/startup_stm32f10x_md.o) +F (RTE/Device/STM32F103RB/system_stm32f10x.c)(0x694083F8)(-xc --target=arm-arm-none-eabi -mcpu=cortex-m3 -c -fno-rtti -funsigned-char -fshort-enums -fshort-wchar -D__EVAL -gdwarf-4 -O0 -ffunction-sections -Wall -Wextra -Wno-packed -Wno-reserved-id-macro -Wno-unused-macros -Wno-documentation-unknown-command -Wno-documentation -Wno-license-management -Wno-parentheses-equality -Wno-reserved-identifier -I ./Pilotes/Include -I ./Pilotes/Source -I ./Services/Source -I ./Services/Include -I . -I ./Objects -I./RTE/Device/STM32F103RB -I./RTE/_Simulation -IC:/users/klinx/AppData/Local/Arm/Packs/ARM/CMSIS/6.2.0/CMSIS/Core/Include -IC:/users/klinx/AppData/Local/Arm/Packs/Keil/STM32F1xx_DFP/2.4.1/Device/Include -D__UVISION_VERSION="543" -DSTM32F10X_MD -D_RTE_ -o ./objects/system_stm32f10x.o -MMD) +I (C:\users\klinx\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.4.1\Device\Include\stm32f10x.h)(0x68F89DC5) +I (RTE\_Simulation\RTE_Components.h)(0x694083F8) +I (C:\users\klinx\AppData\Local\Arm\Packs\ARM\CMSIS\6.2.0\CMSIS\Core\Include\core_cm3.h)(0x68E55F9D) +I (C:\users\klinx\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.4.1\Device\Include\system_stm32f10x.h)(0x68F89DC5) diff --git a/Objects/accelerometre.d b/Objects/accelerometre.d index c6c9751..0b95644 100644 --- a/Objects/accelerometre.d +++ b/Objects/accelerometre.d @@ -1,6 +1,6 @@ ./objects/accelerometre.o: Services\Source\Accelerometre.c \ C:\users\klinx\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.4.1\Device\Include\stm32f10x.h \ - RTE\_Reel\RTE_Components.h \ + RTE\_Simulation\RTE_Components.h \ C:\users\klinx\AppData\Local\Arm\Packs\ARM\CMSIS\6.2.0\CMSIS\Core\Include\core_cm3.h \ C:\users\klinx\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.4.1\Device\Include\system_stm32f10x.h \ Pilotes\Include\Horloge.h Pilotes\Include\MySPI.h \ diff --git a/Objects/accelerometre.o b/Objects/accelerometre.o index 0b28762..1001d3b 100644 Binary files a/Objects/accelerometre.o and b/Objects/accelerometre.o differ diff --git a/Objects/drivergpio.d b/Objects/drivergpio.d index b30c629..e6d85a2 100644 --- a/Objects/drivergpio.d +++ b/Objects/drivergpio.d @@ -1,6 +1,6 @@ ./objects/drivergpio.o: Pilotes\Source\DriverGPIO.c \ C:\users\klinx\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.4.1\Device\Include\stm32f10x.h \ - RTE\_Reel\RTE_Components.h \ + RTE\_Simulation\RTE_Components.h \ C:\users\klinx\AppData\Local\Arm\Packs\ARM\CMSIS\6.2.0\CMSIS\Core\Include\core_cm3.h \ C:\users\klinx\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.4.1\Device\Include\system_stm32f10x.h \ Pilotes\Include\DriverGPIO.h diff --git a/Objects/drivergpio.o b/Objects/drivergpio.o index 8ed3b57..a92b579 100644 Binary files a/Objects/drivergpio.o and b/Objects/drivergpio.o differ diff --git a/Objects/girouette.d b/Objects/girouette.d index e2b8afe..f9ebedd 100644 --- a/Objects/girouette.d +++ b/Objects/girouette.d @@ -1,6 +1,6 @@ ./objects/girouette.o: Services\Source\Girouette.c \ C:\users\klinx\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.4.1\Device\Include\stm32f10x.h \ - RTE\_Reel\RTE_Components.h \ + RTE\_Simulation\RTE_Components.h \ C:\users\klinx\AppData\Local\Arm\Packs\ARM\CMSIS\6.2.0\CMSIS\Core\Include\core_cm3.h \ C:\users\klinx\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.4.1\Device\Include\system_stm32f10x.h \ Pilotes\Include\Timer.h Pilotes\Include\DriverGPIO.h \ diff --git a/Objects/girouette.o b/Objects/girouette.o index 324c44a..99e00ee 100644 Binary files a/Objects/girouette.o and b/Objects/girouette.o differ diff --git a/Objects/horloge.d b/Objects/horloge.d index 7aa6014..5bbfd2b 100644 --- a/Objects/horloge.d +++ b/Objects/horloge.d @@ -1,6 +1,6 @@ ./objects/horloge.o: Pilotes\Source\Horloge.c \ C:\users\klinx\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.4.1\Device\Include\stm32f10x.h \ - RTE\_Reel\RTE_Components.h \ + RTE\_Simulation\RTE_Components.h \ C:\users\klinx\AppData\Local\Arm\Packs\ARM\CMSIS\6.2.0\CMSIS\Core\Include\core_cm3.h \ C:\users\klinx\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.4.1\Device\Include\system_stm32f10x.h \ Pilotes\Include\Horloge.h diff --git a/Objects/horloge.o b/Objects/horloge.o index a613fe2..0b3600d 100644 Binary files a/Objects/horloge.o and b/Objects/horloge.o differ diff --git a/Objects/i2c.d b/Objects/i2c.d index 892cb2f..ed5e61e 100644 --- a/Objects/i2c.d +++ b/Objects/i2c.d @@ -1,6 +1,6 @@ ./objects/i2c.o: Pilotes\Source\I2C.c \ C:\users\klinx\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.4.1\Device\Include\stm32f10x.h \ - RTE\_Reel\RTE_Components.h \ + RTE\_Simulation\RTE_Components.h \ C:\users\klinx\AppData\Local\Arm\Packs\ARM\CMSIS\6.2.0\CMSIS\Core\Include\core_cm3.h \ C:\users\klinx\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.4.1\Device\Include\system_stm32f10x.h \ Pilotes\Include\I2C.h diff --git a/Objects/i2c.o b/Objects/i2c.o index e1e1d79..be1dd1c 100644 Binary files a/Objects/i2c.o and b/Objects/i2c.o differ diff --git a/Objects/mygpio.d b/Objects/mygpio.d index 9b5ed23..2f75bf6 100644 --- a/Objects/mygpio.d +++ b/Objects/mygpio.d @@ -1,6 +1,6 @@ ./objects/mygpio.o: Pilotes\Source\MYGPIO.c \ C:\users\klinx\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.4.1\Device\Include\stm32f10x.h \ - RTE\_Reel\RTE_Components.h \ + RTE\_Simulation\RTE_Components.h \ C:\users\klinx\AppData\Local\Arm\Packs\ARM\CMSIS\6.2.0\CMSIS\Core\Include\core_cm3.h \ C:\users\klinx\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.4.1\Device\Include\system_stm32f10x.h \ Pilotes\Include\MYGPIO.h diff --git a/Objects/mygpio.o b/Objects/mygpio.o index 83cf809..3018b46 100644 Binary files a/Objects/mygpio.o and b/Objects/mygpio.o differ diff --git a/Objects/mytimer.d b/Objects/mytimer.d index f1a5842..79639a6 100644 --- a/Objects/mytimer.d +++ b/Objects/mytimer.d @@ -1,6 +1,6 @@ ./objects/mytimer.o: Pilotes\Source\MyTimer.c \ C:\users\klinx\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.4.1\Device\Include\stm32f10x.h \ - RTE\_Reel\RTE_Components.h \ + RTE\_Simulation\RTE_Components.h \ C:\users\klinx\AppData\Local\Arm\Packs\ARM\CMSIS\6.2.0\CMSIS\Core\Include\core_cm3.h \ C:\users\klinx\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.4.1\Device\Include\system_stm32f10x.h \ Pilotes\Include\Timer.h Pilotes\Include\MyTimer.h \ diff --git a/Objects/mytimer.o b/Objects/mytimer.o index d49b49a..51272b8 100644 Binary files a/Objects/mytimer.o and b/Objects/mytimer.o differ diff --git a/Objects/myuart.d b/Objects/myuart.d index c65a03b..b28da7b 100644 --- a/Objects/myuart.d +++ b/Objects/myuart.d @@ -1,6 +1,6 @@ ./objects/myuart.o: Pilotes\Source\MyUart.c \ C:\users\klinx\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.4.1\Device\Include\stm32f10x.h \ - RTE\_Reel\RTE_Components.h \ + RTE\_Simulation\RTE_Components.h \ C:\users\klinx\AppData\Local\Arm\Packs\ARM\CMSIS\6.2.0\CMSIS\Core\Include\core_cm3.h \ C:\users\klinx\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.4.1\Device\Include\system_stm32f10x.h \ Pilotes\Include\DriverGPIO.h Pilotes\Include\MyTimer.h diff --git a/Objects/myuart.o b/Objects/myuart.o index 4cf8eee..886c6dd 100644 Binary files a/Objects/myuart.o and b/Objects/myuart.o differ diff --git a/Objects/principal.d b/Objects/principal.d index 64fa043..5835243 100644 --- a/Objects/principal.d +++ b/Objects/principal.d @@ -1,6 +1,6 @@ ./objects/principal.o: Application\principal.c \ C:\users\klinx\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.4.1\Device\Include\stm32f10x.h \ - RTE\_Reel\RTE_Components.h \ + RTE\_Simulation\RTE_Components.h \ C:\users\klinx\AppData\Local\Arm\Packs\ARM\CMSIS\6.2.0\CMSIS\Core\Include\core_cm3.h \ C:\users\klinx\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.4.1\Device\Include\system_stm32f10x.h \ Pilotes\Include\Horloge.h Services\Include\Accelerometre.h \ diff --git a/Objects/principal.o b/Objects/principal.o index c31c527..cfb42fc 100644 Binary files a/Objects/principal.o and b/Objects/principal.o differ diff --git a/Objects/pwm.d b/Objects/pwm.d index 11f7149..25792a4 100644 --- a/Objects/pwm.d +++ b/Objects/pwm.d @@ -1,6 +1,6 @@ ./objects/pwm.o: Pilotes\Source\PWM.c \ C:\users\klinx\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.4.1\Device\Include\stm32f10x.h \ - RTE\_Reel\RTE_Components.h \ + RTE\_Simulation\RTE_Components.h \ C:\users\klinx\AppData\Local\Arm\Packs\ARM\CMSIS\6.2.0\CMSIS\Core\Include\core_cm3.h \ C:\users\klinx\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.4.1\Device\Include\system_stm32f10x.h \ Pilotes\Include\PWM.h diff --git a/Objects/pwm.o b/Objects/pwm.o index 2cfa537..0d8df9f 100644 Binary files a/Objects/pwm.o and b/Objects/pwm.o differ diff --git a/Objects/servo.d b/Objects/servo.d index 5044268..95b15da 100644 --- a/Objects/servo.d +++ b/Objects/servo.d @@ -1,6 +1,6 @@ ./objects/servo.o: Services\Source\Servo.c Services\Include\Servo.h \ C:\users\klinx\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.4.1\Device\Include\stm32f10x.h \ - RTE\_Reel\RTE_Components.h \ + RTE\_Simulation\RTE_Components.h \ C:\users\klinx\AppData\Local\Arm\Packs\ARM\CMSIS\6.2.0\CMSIS\Core\Include\core_cm3.h \ C:\users\klinx\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.4.1\Device\Include\system_stm32f10x.h \ Pilotes\Include\DriverGPIO.h Pilotes\Include\PWM.h \ diff --git a/Objects/servo.o b/Objects/servo.o index 27cf6a4..25afc6f 100644 Binary files a/Objects/servo.o and b/Objects/servo.o differ diff --git a/Objects/startup_stm32f10x_md.o b/Objects/startup_stm32f10x_md.o index 89180c6..9bd41eb 100644 Binary files a/Objects/startup_stm32f10x_md.o and b/Objects/startup_stm32f10x_md.o differ diff --git a/Objects/system_stm32f10x.d b/Objects/system_stm32f10x.d index b84d45a..3bfef3e 100644 --- a/Objects/system_stm32f10x.d +++ b/Objects/system_stm32f10x.d @@ -1,5 +1,5 @@ ./objects/system_stm32f10x.o: RTE\Device\STM32F103RB\system_stm32f10x.c \ C:\users\klinx\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.4.1\Device\Include\stm32f10x.h \ - RTE\_Reel\RTE_Components.h \ + RTE\_Simulation\RTE_Components.h \ C:\users\klinx\AppData\Local\Arm\Packs\ARM\CMSIS\6.2.0\CMSIS\Core\Include\core_cm3.h \ C:\users\klinx\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.4.1\Device\Include\system_stm32f10x.h diff --git a/Objects/system_stm32f10x.o b/Objects/system_stm32f10x.o index 9be87a5..b0b17e9 100644 Binary files a/Objects/system_stm32f10x.o and b/Objects/system_stm32f10x.o differ diff --git a/Objects/timer.d b/Objects/timer.d index 1771066..2dc3556 100644 --- a/Objects/timer.d +++ b/Objects/timer.d @@ -1,6 +1,6 @@ ./objects/timer.o: Pilotes\Source\Timer.c \ C:\users\klinx\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.4.1\Device\Include\stm32f10x.h \ - RTE\_Reel\RTE_Components.h \ + RTE\_Simulation\RTE_Components.h \ C:\users\klinx\AppData\Local\Arm\Packs\ARM\CMSIS\6.2.0\CMSIS\Core\Include\core_cm3.h \ C:\users\klinx\AppData\Local\Arm\Packs\Keil\STM32F1xx_DFP\2.4.1\Device\Include\system_stm32f10x.h \ Pilotes\Include\Timer.h diff --git a/Objects/timer.o b/Objects/timer.o index e06e5d7..a4f0cd6 100644 Binary files a/Objects/timer.o and b/Objects/timer.o differ