source: trunk/firmware/project.emProject@ 26

Last change on this file since 26 was 26, checked in by f.jahn, 3 months ago
  • Bug in ADC Kalibrierung (STM32 ADC Strom) behoben
  • DMA Buffer für ADC 1 und ADC wird vor Überschreibung während bearbeitung geschützt, indem Datenübertragung nur einmalig erfolgt und erst nach Auswertung wieder gestartet wird
  • RS485Modbus: Timeout Zeit wird für Baudraten >19200 korrekt berechnet
  • Hardware ID geändert
  • Separates Register für "Batterie Empty detection mode" auf Adresse 92 angelegt
File size: 25.1 KB
Line 
1<!DOCTYPE CrossStudio_Project_File>
2<solution Name="SmartPro" target="8" version="2">
3 <configuration Name="Common" />
4 <configuration
5 Name="Debug"
6 c_preprocessor_definitions="DEBUG"
7 gcc_debugging_level="Level 3"
8 gcc_optimization_level="None" />
9 <configuration Name="Debug125A" inherited_configurations="Internal" />
10 <configuration Name="Debug250A" inherited_configurations="Internal" />
11 <configuration
12 Name="Debug500A"
13 c_preprocessor_definitions="DEBUG"
14 gcc_debugging_level="Level 3"
15 gcc_optimization_level="None"
16 inherited_configurations="Internal" />
17 <configuration Name="Internal" hidden="Yes" />
18 <configuration
19 Name="Release"
20 c_preprocessor_definitions="NDEBUG"
21 gcc_debugging_level="Level 2"
22 gcc_omit_frame_pointer="Yes"
23 gcc_optimization_level="Level 2 balanced" />
24 <configuration
25 Name="Release125A"
26 arm_linker_heap_size="2024"
27 arm_linker_stack_size="2048"
28 inherited_configurations="Internal" />
29 <configuration Name="Release250A" inherited_configurations="Internal" />
30 <configuration
31 Name="Release500A"
32 arm_linker_variant="SEGGER"
33 c_preprocessor_definitions="NDEBUG"
34 gcc_debugging_level="None"
35 gcc_omit_frame_pointer="Yes"
36 gcc_optimization_level="Level 1"
37 inherited_configurations="Internal"
38 linker_map_file="No" />
39 <project Name="SmartProFirmware">
40 <configuration
41 CMSIS_CORE="Yes"
42 Name="Common"
43 Target="STM32G070KBTx"
44 arm_architecture="v6M"
45 arm_compiler_variant="SEGGER"
46 arm_core_type="Cortex-M0+"
47 arm_endian="Little"
48 arm_fpu_type="None"
49 arm_interwork="No"
50 arm_linker_heap_size="256"
51 arm_linker_process_stack_size="0"
52 arm_linker_stack_size="256"
53 arm_linker_variant="SEGGER"
54 arm_simulator_memory_simulation_parameter="ROM;0x08000000;0x00020000;RAM;0x20000000;0x00008000"
55 arm_target_debug_interface_type="ADIv5"
56 arm_target_device_name="STM32G070KB"
57 arm_target_interface_type="SWD"
58 batch_build_configurations="Release125A;Release250A;Release500A"
59 c_preprocessor_definitions="STM32G070xx;__STM32G0xx_FAMILY;__STM32G070_SUBFAMILY;ARM_MATH_CM0PLUS;SES_for_ARM_V7_32"
60 c_user_include_directories="$(ProjectDir)/CMSIS_5/CMSIS/Include;$(ProjectDir)/STM32G0xx/CMSIS/Device/Include;$(ProjectDir)/Inc;$(ProjectDir)/Drivers/STM32G0xx_HAL_Driver/Inc;$(ProjectDir)/Drivers/STM32G0xx_HAL_Driver/Inc/Legacy;$(ProjectDir)/Drivers/CMSIS/Device/ST/STM32G0xx/Include;$(ProjectDir)/Drivers/CMSIS/Include;$(ProjectDir)/RTT;$(ProjectDir)/Modbus;$(ProjectDir)/HSI16/Inc"
61 debug_register_definition_file="$(ProjectDir)/STM32G07x_Registers.xml"
62 debug_target_connection="J-Link"
63 gcc_c_language_standard="c17"
64 gcc_entry_point="Reset_Handler"
65 link_linker_script_file="$(ProjectDir)/STM32G0xx_Flash.icf"
66 link_map_file_format="HTML"
67 link_time_optimization="Yes"
68 linker_memory_map_file="$(ProjectDir)/STM32G070KBTx_MemoryMap.xml"
69 linker_output_format="bin"
70 macros="DeviceHeaderFile=$(PackagesDir)/STM32G0xx/CMSIS/Device/Include/stm32g0xx.h;DeviceLibraryIdentifier=M0l;DeviceSystemFile=$(PackagesDir)/STM32G0xx/CMSIS/Device/Source/system_stm32g0xx.c;DeviceVectorsFile=$(PackagesDir)/STM32G0xx/Source/STM32G07x_Vectors.s;DeviceFamily=STM32G0xx;DeviceSubFamily=STM32G070;Target=STM32G070KBTx;Encrypt=D:\\projekte\\ecs_i_sensor\\branches\\i_sensor_500a_b_hp\\tools\\FileEncrypt\\Debug"
71 post_build_command="$(Encrypt)\FileEncrypt.bat $(ProjectDir)/$(OutDir)/$(ProjectName).hex &quot;$(JLinkDir)/JFlash.exe&quot;"
72 project_directory=""
73 project_type="Executable"
74 target_reset_script="Reset();"
75 target_script_file="$(ProjectDir)/STM32G0xx_Target.js"
76 target_trace_initialize_script="EnableTrace(&quot;$(TraceInterfaceType)&quot;)" />
77 <configuration
78 LIBRARY_IO_TYPE="RTT"
79 Name="Debug125A"
80 arm_compiler_variant="clang"
81 arm_keep_preprocessor_output="Yes"
82 arm_rtl_variant="SEGGER"
83 c_preprocessor_definitions="__weak=__attribute__((weak));__packed=__attribute__((__packed__));USE_HAL_DRIVER;STM32G070xx;MODBUS_SUPPORT = TRUE;DEVICETYPE=125"
84 debug_initial_breakpoint_set_option="Never"
85 gcc_debugging_level="Level 3"
86 link_linker_script_file="$(ProjectDir)/STM32G0xx_Flash.icf"
87 linker_printf_fp_enabled="Double" />
88 <configuration
89 LIBRARY_IO_TYPE="RTT"
90 Name="Debug250A"
91 arm_rtl_variant="SEGGER"
92 c_preprocessor_definitions="__weak=__attribute__((weak));__packed=__attribute__((__packed__));USE_HAL_DRIVER;STM32G070xx;MODBUS_SUPPORT = TRUE;DEVICETYPE=250"
93 gcc_debugging_level="Level 3"
94 gcc_optimization_level="None"
95 link_linker_script_file="$(ProjectDir)/STM32G0xx_Flash.icf"
96 linker_printf_fp_enabled="Double" />
97 <configuration
98 LIBRARY_IO_TYPE="RTT"
99 Name="Debug500A"
100 arm_compiler_variant="clang"
101 arm_rtl_variant="SEGGER"
102 c_preprocessor_definitions="__weak=__attribute__((weak));__packed=__attribute__((__packed__));USE_HAL_DRIVER;STM32G070xx;MODBUS_SUPPORT = TRUE;DEVICETYPE=500"
103 c_user_include_directories=""
104 debug_register_definition_file="$(ProjectDir)/STM32G07x.svd"
105 gcc_debugging_level="Level 3"
106 gcc_optimization_level="None"
107 link_linker_script_file="$(ProjectDir)/STM32G0xx_Flash.icf"
108 linker_additional_options=""
109 linker_output_format="bin"
110 linker_printf_fp_enabled="Double"
111 post_build_command="$(Encrypt)\FileEncrypt.exe $(ProjectDir)/$(OutDir)/$(ProjectName).bin" />
112 <configuration
113 Name="Internal"
114 arm_linker_heap_size="1536"
115 arm_linker_stack_size="1024"
116 build_intermediate_directory="$(Configuration)"
117 build_output_directory="$(Configuration)"
118 link_linker_script_file="STM32G070KB_FLASH.icf"
119 linker_additional_options=""
120 linker_keep_symbols=""
121 linker_map_file="Yes"
122 linker_output_format="hex"
123 linker_printf_width_precision_supported="Yes"
124 linker_supply_memory_segments="Yes" />
125 <configuration
126 LIBRARY_IO_TYPE="RTT"
127 Name="Release125A"
128 arm_compiler_variant="SEGGER"
129 arm_library_optimization="Fast"
130 arm_rtl_variant="SEGGER"
131 build_debug_information="No"
132 c_preprocessor_definitions="__weak=__attribute__((weak));__packed=__attribute__((__packed__));USE_HAL_DRIVER;STM32G070xx;__STM32G0xx_FAMILY;__STM32G070_SUBFAMILY;ARM_MATH_CM0PLUS;DEVICETYPE=125"
133 debug_initial_breakpoint_set_option="Never"
134 gcc_c_language_standard="c17"
135 gcc_debugging_level="None"
136 gcc_optimization_level="Level 3 for more speed"
137 link_linker_script_file="$(ProjectDir)/STM32G0xx_Flash.icf"
138 linker_printf_fp_enabled="Double"
139 linker_strip_debug_information="Yes"
140 speed="0" />
141 <configuration
142 LIBRARY_IO_TYPE="RTT"
143 Name="Release250A"
144 arm_compiler_variant="clang"
145 arm_rtl_variant="SEGGER"
146 build_debug_information="No"
147 build_output_file_name="$(OutDir)/$(ProjectName)$(EXE)"
148 c_preprocessor_definitions="__weak=__attribute__((weak));__packed=__attribute__((__packed__));USE_HAL_DRIVER;STM32G070xx;__STM32G0xx_FAMILY;__STM32G070_SUBFAMILY;ARM_MATH_CM0PLUS;DEVICETYPE=250"
149 gcc_debugging_level="None"
150 gcc_optimization_level="Level 3 for more speed"
151 link_linker_script_file="$(ProjectDir)/STM32G0xx_Flash.icf"
152 linker_printf_fp_enabled="Double"
153 linker_strip_debug_information="Yes" />
154 <configuration
155 LIBRARY_IO_TYPE="RTT"
156 Name="Release500A"
157 arm_compiler_variant="clang"
158 arm_link_debugio_type="Memory Poll"
159 arm_linker_process_stack_size="1024"
160 arm_linker_stack_size="1024"
161 arm_linker_variant="SEGGER"
162 arm_rtl_variant="SEGGER"
163 build_debug_information="No"
164 c_preprocessor_definitions="__weak=__attribute__((weak));__packed=__attribute__((__packed__));USE_HAL_DRIVER;STM32G070xx;__STM32G0xx_FAMILY;__STM32G070_SUBFAMILY;ARM_MATH_CM0PLUS;DEVICETYPE=500"
165 c_user_include_directories=""
166 gcc_debugging_level="None"
167 gcc_entry_point="Reset_Handler"
168 gcc_optimization_level="Level 3 for more speed"
169 link_linker_script_file="$(ProjectDir)/STM32G0xx_Flash.icf"
170 linker_output_format="hex"
171 linker_printf_fp_enabled="Double"
172 linker_strip_debug_information="Yes"
173 linker_supply_memory_segments="Yes"
174 post_build_command="$(Encrypt)\FileEncrypt.bat $(ProjectDir)/$(OutDir)/$(ProjectName).hex &quot;$(JLinkDir)/JFlash.exe&quot;" />
175 <folder Name="Drivers">
176 <folder Name="CMSIS">
177 <folder Name="Device">
178 <folder Name="ST">
179 <folder Name="STM32G0xx">
180 <folder Name="Include">
181 <file file_name="Drivers/CMSIS/Device/ST/STM32G0xx/Include/stm32g070xx.h" />
182 <file file_name="Drivers/CMSIS/Device/ST/STM32G0xx/Include/stm32g0xx.h" />
183 <file file_name="Drivers/CMSIS/Device/ST/STM32G0xx/Include/system_stm32g0xx.h" />
184 </folder>
185 <folder Name="Source">
186 <folder Name="Templates" />
187 </folder>
188 </folder>
189 </folder>
190 </folder>
191 <folder Name="Include">
192 <file file_name="Drivers/CMSIS/Include/arm_common_tables.h" />
193 <file file_name="Drivers/CMSIS/Include/arm_const_structs.h" />
194 <file file_name="Drivers/CMSIS/Include/arm_math.h" />
195 <file file_name="Drivers/CMSIS/Include/cmsis_armcc.h" />
196 <file file_name="Drivers/CMSIS/Include/cmsis_armcc_V6.h" />
197 <file file_name="Drivers/CMSIS/Include/cmsis_gcc.h" />
198 <file file_name="Drivers/CMSIS/Include/core_cm0.h" />
199 <file file_name="Drivers/CMSIS/Include/core_cm0plus.h" />
200 <file file_name="Drivers/CMSIS/Include/core_cm3.h" />
201 <file file_name="Drivers/CMSIS/Include/core_cm4.h" />
202 <file file_name="Drivers/CMSIS/Include/core_cm7.h" />
203 <file file_name="Drivers/CMSIS/Include/core_cmFunc.h" />
204 <file file_name="Drivers/CMSIS/Include/core_cmInstr.h" />
205 <file file_name="Drivers/CMSIS/Include/core_cmSimd.h" />
206 <file file_name="Drivers/CMSIS/Include/core_sc000.h" />
207 <file file_name="Drivers/CMSIS/Include/core_sc300.h" />
208 </folder>
209 </folder>
210 <folder Name="STM32G0xx_HAL_Driver">
211 <folder Name="Inc">
212 <folder Name="Legacy">
213 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/Legacy/stm32_hal_legacy.h" />
214 </folder>
215 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32_assert_template.h" />
216 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal.h" />
217 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_adc.h" />
218 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_adc_ex.h" />
219 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_cec.h" />
220 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_comp.h" />
221 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_conf_template.h" />
222 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_cortex.h" />
223 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_crc.h" />
224 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_crc_ex.h" />
225 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_cryp.h" />
226 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_cryp_ex.h" />
227 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_dac.h" />
228 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_dac_ex.h" />
229 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_def.h" />
230 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_dma.h" />
231 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_dma_ex.h" />
232 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_exti.h" />
233 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_flash.h" />
234 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_flash_ex.h" />
235 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_gpio.h" />
236 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_gpio_ex.h" />
237 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_i2c.h" />
238 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_i2c_ex.h" />
239 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_i2s.h" />
240 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_irda.h" />
241 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_irda_ex.h" />
242 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_iwdg.h" />
243 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_lptim.h" />
244 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_pwr.h" />
245 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_pwr_ex.h" />
246 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_rcc.h" />
247 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_rcc_ex.h" />
248 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_rng.h" />
249 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_rtc.h" />
250 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_rtc_ex.h" />
251 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_smartcard.h" />
252 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_smartcard_ex.h" />
253 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_smbus.h" />
254 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_spi.h" />
255 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_spi_ex.h" />
256 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_tim.h" />
257 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_tim_ex.h" />
258 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_uart.h" />
259 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_uart_ex.h" />
260 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_usart.h" />
261 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_usart_ex.h" />
262 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_hal_wwdg.h" />
263 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_adc.h" />
264 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_bus.h" />
265 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_comp.h" />
266 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_cortex.h" />
267 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_crc.h" />
268 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_dac.h" />
269 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_dma.h" />
270 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_dmamux.h" />
271 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_exti.h" />
272 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_gpio.h" />
273 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_i2c.h" />
274 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_iwdg.h" />
275 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_lptim.h" />
276 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_lpuart.h" />
277 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_pwr.h" />
278 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_rcc.h" />
279 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_rng.h" />
280 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_rtc.h" />
281 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_spi.h" />
282 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_system.h" />
283 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_tim.h" />
284 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_ucpd.h" />
285 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_usart.h" />
286 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_utils.h" />
287 <file file_name="Drivers/STM32G0xx_HAL_Driver/Inc/stm32g0xx_ll_wwdg.h" />
288 </folder>
289 <folder Name="Src">
290 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal.c" />
291 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_adc.c" />
292 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_adc_ex.c" />
293 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_cec.c" />
294 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_comp.c" />
295 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_cortex.c" />
296 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_crc.c" />
297 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_crc_ex.c" />
298 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_cryp.c" />
299 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_cryp_ex.c" />
300 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_dac.c" />
301 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_dac_ex.c" />
302 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_dma.c" />
303 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_dma_ex.c" />
304 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_exti.c" />
305 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_flash.c" />
306 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_flash_ex.c" />
307 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_gpio.c" />
308 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_i2c.c" />
309 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_i2c_ex.c" />
310 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_i2s.c" />
311 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_irda.c" />
312 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_iwdg.c" />
313 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_lptim.c" />
314 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_pwr.c" />
315 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_pwr_ex.c" />
316 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_rcc.c" />
317 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_rcc_ex.c" />
318 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_rng.c" />
319 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_rtc.c" />
320 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_rtc_ex.c" />
321 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_smartcard.c" />
322 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_smartcard_ex.c" />
323 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_smbus.c" />
324 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_spi.c" />
325 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_spi_ex.c" />
326 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_tim.c" />
327 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_tim_ex.c" />
328 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_uart.c" />
329 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_uart_ex.c" />
330 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_usart.c" />
331 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_usart_ex.c" />
332 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_hal_wwdg.c" />
333 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_adc.c" />
334 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_comp.c" />
335 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_crc.c" />
336 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_dac.c" />
337 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_dma.c" />
338 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_exti.c" />
339 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_gpio.c" />
340 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_i2c.c" />
341 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_lptim.c" />
342 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_lpuart.c" />
343 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_pwr.c" />
344 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_rcc.c" />
345 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_rng.c" />
346 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_rtc.c" />
347 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_spi.c" />
348 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_tim.c" />
349 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_ucpd.c" />
350 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_usart.c" />
351 <file file_name="Drivers/STM32G0xx_HAL_Driver/Src/stm32g0xx_ll_utils.c" />
352 </folder>
353 </folder>
354 </folder>
355 <folder Name="HSI16">
356 <folder Name="Inc">
357 <file file_name="HSI16/Inc/hsi16.h" />
358 <file file_name="HSI16/Inc/hsi16_calibration.h" />
359 </folder>
360 <folder Name="Src">
361 <file file_name="HSI16/Src/hsi16 _calibration.c" />
362 <file file_name="HSI16/Src/hsi16.c" />
363 </folder>
364 </folder>
365 <folder Name="Inc">
366 <file file_name="Inc/ads1260.h" />
367 <file file_name="Inc/ah_counter.h" />
368 <file file_name="Inc/battery_voltage.h" />
369 <file file_name="Inc/chip_temperature.h" />
370 <file file_name="Inc/dma.h" />
371 <file file_name="Inc/doku.h" />
372 <file file_name="Inc/eeprom.h" />
373 <file file_name="Inc/efficiency.h" />
374 <file file_name="Inc/esr.h" />
375 <file file_name="Inc/fast_current.h" />
376 <file file_name="Inc/gpio.h" />
377 <file file_name="Inc/main.h" />
378 <file file_name="Inc/outputs.h" />
379 <file file_name="Inc/ref_voltage.h" />
380 <file file_name="Inc/rtc.h" />
381 <file file_name="Inc/self_discharge.h" />
382 <file file_name="Inc/shunt_temperature.h" />
383 <file file_name="Inc/shunt_voltage.h" />
384 <file file_name="Inc/spi.h" />
385 <file file_name="Inc/stm32g0xx_hal_conf.h" />
386 <file file_name="Inc/stm32g0xx_it.h" />
387 <file file_name="Inc/sysdata.h" />
388 <file file_name="Inc/template.h" />
389 <file file_name="Inc/usart.h" />
390 <file file_name="Inc/wh_counter.h" />
391 </folder>
392 <folder Name="Internal Files">
393 <file file_name="Cortex_M_Startup.s">
394 <configuration Name="Debug125A" build_exclude_from_build="Yes" />
395 <configuration Name="Debug250A" build_exclude_from_build="Yes" />
396 <configuration Name="Debug500A" build_exclude_from_build="Yes" />
397 <configuration Name="Release125A" build_exclude_from_build="Yes" />
398 <configuration Name="Release250A" build_exclude_from_build="Yes" />
399 <configuration Name="Release500A" build_exclude_from_build="Yes" />
400 </file>
401 <file file_name="SEGGER_THUMB_Startup.s" />
402 <file file_name="STM32G0xx_Startup.s" />
403 </folder>
404 <folder Name="Modbus">
405 <file file_name="Modbus/modbus.c" />
406 <file file_name="Modbus/modbus.h" />
407 <file file_name="STM32G07x_Vectors.s" />
408 </folder>
409 <folder Name="Src">
410 <file file_name="Src/adc.c" />
411 <file file_name="Src/ads1260.c" />
412 <file file_name="Src/ah_counter.c" />
413 <file file_name="Src/battery_voltage.c" />
414 <file file_name="Src/chip_temperature.c" />
415 <file file_name="Src/dma.c" />
416 <file file_name="Src/eeprom.c" />
417 <file file_name="Src/efficiency.c" />
418 <file file_name="Src/esr.c" />
419 <file file_name="Src/fast_current.c" />
420 <file file_name="Src/gpio.c" />
421 <file file_name="Src/main.c" />
422 <file file_name="Src/outputs.c" />
423 <file file_name="Src/ref_voltage.c" />
424 <file file_name="Src/rtc.c" />
425 <file file_name="Src/self_discharge.c" />
426 <file file_name="Src/shunt_temperature.c" />
427 <file file_name="Src/shunt_voltage.c" />
428 <file file_name="Src/spi.c" />
429 <file file_name="Src/stm32g0xx_hal_msp.c" />
430 <file file_name="Src/stm32g0xx_it.c" />
431 <file file_name="Src/sysdata.c" />
432 <file file_name="Src/system_stm32g0xx.c" />
433 <file file_name="Src/template.c" />
434 <file file_name="Src/usart.c" />
435 <file file_name="Src/wh_counter.c" />
436 </folder>
437 <folder Name="startup" />
438 <file file_name="STM32G070KBTx_MemoryMap.xml" />
439 </project>
440</solution>
Note: See TracBrowser for help on using the repository browser.