source: trunk/fw_g473rct/SES/smartPro.emProject

Last change on this file was 44, checked in by f.jahn, 2 weeks ago

System Bootloader can be activated with 5458 command.

File size: 14.3 KB
RevLine 
[20]1<!DOCTYPE CrossStudio_Project_File>
2<solution Name="smartPro" target="8" version="2">
[22]3 <configuration Name="Common" link_merge_sections="No" />
[20]4 <configuration
[22]5 Name="Debug125A_12V"
[20]6 c_preprocessor_definitions="DEBUG"
7 gcc_debugging_level="Level 3"
8 gcc_optimization_level="None" />
[38]9 <configuration Name="Debug125A_24V" />
[20]10 <configuration
[22]11 Name="Release125A_12V"
[20]12 c_preprocessor_definitions="NDEBUG"
13 gcc_debugging_level="Level 2"
14 gcc_omit_frame_pointer="Yes"
15 gcc_optimization_level="Level 2 balanced" />
[38]16 <configuration Name="Release125A_24V" />
[20]17 <project Name="smartPro">
18 <configuration
19 LIBRARY_IO_TYPE="RTT"
20 Name="Common"
21 Target="STM32G473RCTx"
22 arm_architecture="v7EM"
23 arm_compiler_variant="SEGGER"
24 arm_core_type="Cortex-M4"
25 arm_endian="Little"
26 arm_fp_abi="Hard"
27 arm_fpu_type="FPv4-SP-D16"
28 arm_linker_heap_size="1024"
29 arm_linker_process_stack_size="0"
30 arm_linker_stack_size="2048"
31 arm_linker_variant="SEGGER"
32 arm_simulator_memory_simulation_parameter="ROM;0x08000000;0x00040000;RAM;0x10000000;0x00008000;RAM;0x20000000;0x00014000;RAM;0x20014000;0x00004000"
33 arm_target_device_name="STM32G473RC"
34 arm_target_interface_type="SWD"
[44]35 batch_build_configurations="Debug125A_12V;Debug125A_24V;Release125A_12V;Release125A_24V"
[20]36 c_preprocessor_definitions="__VTOR_CONFIG;ARM_MATH_CM4;STM32G473xx;__STM32G473_SUBFAMILY;__STM32G4XX_FAMILY"
37 c_user_include_directories="$(ProjectDir)/../Drivers/STM32G4xx_HAL_Driver/Inc;$(ProjectDir)/../Core/Inc;$(ProjectDir)/../Drivers/CMSIS/Include;$(ProjectDir)/../Drivers/CMSIS/Device/ST/STM32G4xx/Include;$(ProjectDir)/inc"
[22]38 debug_initial_breakpoint_set_option="Never"
[20]39 debug_register_definition_file="$(ProjectDir)/STM32G473xx_Registers.xml"
40 debug_stack_pointer_start="__stack_end__"
41 debug_start_from_entry_point_symbol="No"
42 debug_target_connection="J-Link"
[44]43 gcc_c_language_standard="c17"
[20]44 gcc_entry_point="Reset_Handler"
45 link_linker_script_file="$(ProjectDir)/STM32G4xx_Flash.icf"
[44]46 link_map_file="Full"
47 link_map_file_format="HTML"
[20]48 linker_memory_map_file="$(ProjectDir)/STM32G473RCTx_MemoryMap.xml"
[44]49 linker_output_format="hex"
[28]50 linker_printf_fmt_level="long long"
51 linker_printf_width_precision_supported="Yes"
[20]52 macros="DeviceHeaderFile=$(PackagesDir)/STM32G4xx/Device/Include/stm32g4xx.h;DeviceSystemFile=$(PackagesDir)/STM32G4xx/Device/Source/system_stm32g4xx.c;DeviceVectorsFile=$(PackagesDir)/STM32G4xx/Source/stm32g473xx_Vectors.s;DeviceFamily=STM32G4xx;DeviceSubFamily=STM32G473;Target=STM32G473RCTx"
53 project_directory=""
54 project_type="Executable"
55 target_load_end_script="Reset();"
56 target_reset_script="Reset();" />
[22]57 <configuration
58 Name="Debug125A_12V"
[44]59 c_preprocessor_definitions="DEVICETYPE=125;SYSTEM_VOLTAGE_12V"
60 gcc_optimization_level="Debug" />
[22]61 <configuration
[38]62 Name="Debug125A_24V"
[44]63 c_preprocessor_definitions="DEVICETYPE=125;SYSTEM_VOLTAGE_24V"
64 gcc_debugging_level="Level 3"
65 gcc_optimization_level="Debug" />
[38]66 <configuration
[22]67 Name="Release125A_12V"
[38]68 c_preprocessor_definitions="DEVICETYPE=125;SYSTEM_VOLTAGE_24V" />
69 <configuration
70 Name="Release125A_24V"
[44]71 c_preprocessor_definitions="DEVICETYPE=125;SYSTEM_VOLTAGE_24V"
72 gcc_optimization_level="Level 2 balanced" />
[20]73 <folder Name="CMSIS Files">
74 <file file_name="STM32G4xx/Device/Include/stm32g4xx.h" />
75 <file file_name="STM32G4xx/Device/Source/system_stm32g4xx.c">
76 <configuration
77 Name="Common"
78 build_exclude_from_build="Yes"
79 default_code_section=".init"
80 default_const_section=".init_rodata" />
81 </file>
82 </folder>
83 <folder Name="CMSIS_ST">
84 <folder Name="src" />
85 </folder>
86 <folder Name="core">
87 <folder Name="inc">
88 <file file_name="../Core/Inc/adc.h" />
89 <file file_name="../Core/Inc/dma.h" />
90 <file file_name="../Core/Inc/fdcan.h" />
91 <file file_name="../Core/Inc/gpio.h" />
92 <file file_name="../Core/Inc/i2c.h" />
[38]93 <file file_name="../Core/Inc/iwdg.h" />
[20]94 <file file_name="../Core/Inc/main.h" />
95 <file file_name="../Core/Inc/spi.h" />
96 <file file_name="../Core/Inc/stm32g4xx_hal_conf.h" />
97 <file file_name="../Core/Inc/stm32g4xx_it.h" />
98 <file file_name="../Core/Inc/usart.h" />
99 <file file_name="../Core/Inc/usb.h" />
100 </folder>
101 <folder Name="src">
102 <file file_name="../Core/Src/adc.c" />
[25]103 <file file_name="../Core/Src/crc.c" />
[20]104 <file file_name="../Core/Src/dma.c" />
105 <file file_name="../Core/Src/fdcan.c" />
106 <file file_name="../Core/Src/gpio.c" />
107 <file file_name="../Core/Src/i2c.c" />
[38]108 <file file_name="../Core/Src/iwdg.c" />
[25]109 <file file_name="../Core/Src/main.c" />
110 <file file_name="../Core/Src/rtc.c" />
[20]111 <file file_name="../Core/Src/spi.c" />
112 <file file_name="../Core/Src/stm32g4xx_hal_msp.c" />
113 <file file_name="../Core/Src/stm32g4xx_it.c" />
114 <file file_name="../Core/Src/syscalls.c">
115 <configuration Name="Common" build_exclude_from_build="Yes" />
116 </file>
117 <file file_name="../Core/Src/sysmem.c">
118 <configuration Name="Common" build_exclude_from_build="Yes" />
119 </file>
120 <file file_name="../Core/Src/usart.c" />
121 <file file_name="../Core/Src/usb.c" />
122 </folder>
123 </folder>
124 <folder Name="HAL">
125 <folder Name="inc">
126 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal.h" />
127 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_adc.h" />
128 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_adc_ex.h" />
129 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_cortex.h" />
130 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_def.h" />
131 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dma.h" />
132 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_dma_ex.h" />
133 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_exti.h" />
134 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_fdcan.h" />
135 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_flash.h" />
136 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_flash_ex.h" />
137 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_flash_ramfunc.h" />
138 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_gpio.h" />
139 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_gpio_ex.h" />
140 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_i2c.h" />
141 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_i2c_ex.h" />
[38]142 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_iwdg.h" />
[20]143 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_pcd.h" />
144 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_pcd_ex.h" />
145 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_pwr.h" />
146 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_pwr_ex.h" />
147 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_rcc.h" />
148 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_rcc_ex.h" />
149 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_spi.h" />
150 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_spi_ex.h" />
151 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_uart.h" />
152 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_hal_uart_ex.h" />
153 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_adc.h" />
154 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_bus.h" />
155 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_cortex.h" />
156 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_crs.h" />
157 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_dma.h" />
158 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_dmamux.h" />
159 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_exti.h" />
160 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_gpio.h" />
161 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_i2c.h" />
162 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_lpuart.h" />
163 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_pwr.h" />
164 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_rcc.h" />
165 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_spi.h" />
166 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_system.h" />
167 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_usart.h" />
168 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_usb.h" />
169 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Inc/stm32g4xx_ll_utils.h" />
170 </folder>
171 <folder Name="src">
172 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal.c" />
173 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_adc.c" />
174 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_adc_ex.c" />
175 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_cortex.c" />
[25]176 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_crc.c" />
177 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_crc_ex.c" />
[20]178 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_dma.c" />
179 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_dma_ex.c" />
180 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_exti.c" />
181 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_fdcan.c" />
182 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_flash.c" />
183 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_flash_ex.c" />
184 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_flash_ramfunc.c" />
185 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_gpio.c" />
186 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_i2c.c" />
187 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_i2c_ex.c" />
[38]188 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_iwdg.c" />
[20]189 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pcd.c" />
190 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pcd_ex.c" />
191 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr.c" />
192 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_pwr_ex.c" />
193 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_rcc.c" />
194 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_rcc_ex.c" />
[25]195 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_rtc.c" />
196 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_rtc_ex.c" />
[20]197 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_spi.c" />
198 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_spi_ex.c" />
199 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_uart.c" />
200 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_uart_ex.c" />
201 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_adc.c" />
202 <file file_name="../Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_ll_usb.c" />
203 </folder>
204 </folder>
205 <folder Name="inc">
206 <file file_name="inc/ads1260.h" />
207 <file file_name="inc/ah_counter.h" />
208 <file file_name="inc/battery_voltage.h" />
209 <file file_name="inc/chip_temperature.h" />
210 <file file_name="inc/doku.h" />
211 <file file_name="inc/eeprom.h" />
212 <file file_name="inc/efficiency.h" />
213 <file file_name="inc/esr.h" />
214 <file file_name="inc/fast_current.h" />
[24]215 <file file_name="inc/int_bat_voltage.h" />
[35]216 <file file_name="src/main.c">
217 <configuration Name="Common" build_exclude_from_build="Yes" />
218 </file>
[20]219 <file file_name="inc/modbus.h" />
220 <file file_name="inc/outputs.h" />
221 <file file_name="inc/rtc.h" />
222 <file file_name="inc/self_discharge.h" />
223 <file file_name="inc/shunt_temperature.h" />
224 <file file_name="inc/shunt_voltage.h" />
225 <file file_name="inc/sysdata.h" />
226 <file file_name="inc/template.h" />
227 <file file_name="inc/tim.h" />
228 <file file_name="inc/wh_counter.h" />
229 </folder>
230 <folder Name="Script Files">
231 <file file_name="STM32G4xx/Scripts/STM32G4xx_Target.js">
232 <configuration Name="Common" file_type="Reset Script" />
233 </file>
234 </folder>
235 <folder Name="src">
236 <configuration Name="Common" filter="c;cpp;cxx;cc;h;s;asm;inc" />
237 <file file_name="src/ads1260.c" />
238 <file file_name="src/ah_counter.c" />
239 <file file_name="src/battery_voltage.c" />
240 <file file_name="src/chip_temperature.c" />
241 <file file_name="src/eeprom.c" />
242 <file file_name="src/efficiency.c" />
243 <file file_name="src/esr.c" />
244 <file file_name="src/fast_current.c" />
[24]245 <file file_name="src/int_bat_voltage.c" />
[20]246 <file file_name="src/modbus.c" />
247 <file file_name="src/outputs.c" />
248 <file file_name="src/self_discharge.c" />
249 <file file_name="src/shunt_temperature.c" />
250 <file file_name="src/shunt_voltage.c" />
251 <file file_name="src/sysdata.c" />
252 <file file_name="src/template.c" />
253 <file file_name="src/wh_counter.c" />
254 </folder>
255 <folder Name="System Files_segger">
256 <file file_name="SEGGER_THUMB_Startup.s" />
257 <file file_name="STM32G4xx/Source/stm32g473xx_Vectors.s">
258 <configuration Name="Common" file_type="Assembly" />
259 </file>
260 <file file_name="STM32G4xx/Source/STM32G4xx_Startup.s" />
261 </folder>
262 <folder Name="systemfiles_st">
263 <file file_name="../Core/Src/system_stm32g4xx.c" />
264 </folder>
265 </project>
266</solution>
Note: See TracBrowser for help on using the repository browser.