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