Ignore:
Timestamp:
Jan 20, 2026, 3:00:17 PM (2 weeks ago)
Author:
f.jahn
Message:

System Bootloader can be activated with 5458 command.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/fw_g473rct/SES/smartPro.emProject

    r38 r44  
    3333      arm_target_device_name="STM32G473RC"
    3434      arm_target_interface_type="SWD"
     35      batch_build_configurations="Debug125A_12V;Debug125A_24V;Release125A_12V;Release125A_24V"
    3536      c_preprocessor_definitions="__VTOR_CONFIG;ARM_MATH_CM4;STM32G473xx;__STM32G473_SUBFAMILY;__STM32G4XX_FAMILY"
    3637      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"
     
    4041      debug_start_from_entry_point_symbol="No"
    4142      debug_target_connection="J-Link"
     43      gcc_c_language_standard="c17"
    4244      gcc_entry_point="Reset_Handler"
    4345      link_linker_script_file="$(ProjectDir)/STM32G4xx_Flash.icf"
     46      link_map_file="Full"
     47      link_map_file_format="HTML"
    4448      linker_memory_map_file="$(ProjectDir)/STM32G473RCTx_MemoryMap.xml"
     49      linker_output_format="hex"
    4550      linker_printf_fmt_level="long long"
    4651      linker_printf_width_precision_supported="Yes"
     
    5257    <configuration
    5358      Name="Debug125A_12V"
    54       arm_compiler_variant="gcc"
    55       c_preprocessor_definitions="DEVICETYPE=125;SYSTEM_VOLTAGE_12V" />
     59      c_preprocessor_definitions="DEVICETYPE=125;SYSTEM_VOLTAGE_12V"
     60      gcc_optimization_level="Debug" />
    5661    <configuration
    5762      Name="Debug125A_24V"
    58       c_preprocessor_definitions="DEVICETYPE=125;SYSTEM_VOLTAGE_24V" />
     63      c_preprocessor_definitions="DEVICETYPE=125;SYSTEM_VOLTAGE_24V"
     64      gcc_debugging_level="Level 3"
     65      gcc_optimization_level="Debug" />
    5966    <configuration
    6067      Name="Release125A_12V"
     
    6269    <configuration
    6370      Name="Release125A_24V"
    64       c_preprocessor_definitions="DEVICETYPE=125;SYSTEM_VOLTAGE_24V" />
     71      c_preprocessor_definitions="DEVICETYPE=125;SYSTEM_VOLTAGE_24V"
     72      gcc_optimization_level="Level 2 balanced" />
    6573    <folder Name="CMSIS Files">
    6674      <file file_name="STM32G4xx/Device/Include/stm32g4xx.h" />
Note: See TracChangeset for help on using the changeset viewer.