Ignore:
Timestamp:
Aug 21, 2025, 3:14:57 PM (6 days ago)
Author:
f.jahn
Message:

Änderung neuer Controller mit mehr Speicher

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/firmware_v2/SES/PowerPro.emProject

    r19 r23  
    1717      LIBRARY_IO_TYPE="RTT"
    1818      Name="Common"
    19       Target="STM32C031K4Tx"
     19      Target="STM32C031K6Tx"
    2020      arm_architecture="v6M"
    2121      arm_compiler_variant="SEGGER"
     
    2828      arm_linker_stack_size="2048"
    2929      arm_linker_variant="SEGGER"
    30       arm_simulator_memory_simulation_parameter="ROM;0x08000000;0x00004000;RAM;0x20000000;0x00003000"
    31       arm_target_device_name="STM32C031K4"
     30      arm_simulator_memory_simulation_parameter="ROM;0x08000000;0x00008000;RAM;0x20000000;0x00003000"
     31      arm_target_device_name="STM32C031K6"
    3232      arm_target_interface_type="SWD"
    3333      c_preprocessor_definitions="ARM_MATH_CM0PLUS;STM32C031xx;__STM32C031_SUBFAMILY;__STM32C0XX_FAMILY;__NO_FPU_ENABLE"
    3434      c_user_include_directories="$(ProjectDir)/../Drivers/STM32C0xx_HAL_Driver/Inc;$(ProjectDir)/../Core/Inc;$(ProjectDir)/../Drivers/CMSIS/Include;$(ProjectDir)/../Drivers/CMSIS/Device/ST/STM32C0xx/Include;$(ProjectDir)/inc"
    3535      debug_initial_breakpoint_set_option="Never"
    36       debug_register_definition_file="$(ProjectDir)/STM32C031_Registers.xml"
     36      debug_register_definition_file="$(PackagesDir)/STM32C0xx/XML/STM32C031_Registers.xml"
    3737      debug_stack_pointer_start="__stack_end__"
    3838      debug_start_from_entry_point_symbol="Yes"
     
    4141      link_linker_script_file="$(ProjectDir)/STM32C0xx_Flash.icf"
    4242      link_time_optimization="Yes"
    43       linker_memory_map_file="$(ProjectDir)/STM32C031K4Tx_MemoryMap.xml"
    44       macros="DeviceHeaderFile=$(PackagesDir)/STM32C0xx/Device/Include/stm32c0xx.h;DeviceSystemFile=$(PackagesDir)/STM32C0xx/Device/Source/system_stm32c0xx.c;DeviceVectorsFile=$(PackagesDir)/STM32C0xx/Source/stm32c031xx_Vectors.s;DeviceFamily=STM32C0xx;DeviceSubFamily=STM32C031;Target=STM32C031K4Tx"
     43      linker_memory_map_file="$(PackagesDir)/STM32C0xx/XML/STM32C031K6Tx_MemoryMap.xml"
     44      macros="DeviceHeaderFile=$(PackagesDir)/STM32C0xx/Device/Include/stm32c0xx.h;DeviceSystemFile=$(PackagesDir)/STM32C0xx/Device/Source/system_stm32c0xx.c;DeviceVectorsFile=$(PackagesDir)/STM32C0xx/Source/stm32c031xx_Vectors.s;DeviceFamily=STM32C0xx;DeviceSubFamily=STM32C031"
    4545      project_directory=""
    4646      project_type="Executable"
     
    4949    <configuration
    5050      Name="Debug"
     51      arm_library_optimization="Small"
    5152      gcc_optimization_level="Level 2 for size"
    5253      linker_keep_symbols="_vectors" />
     
    179180      <file file_name="src/mode_lvp_ovp.c">
    180181        <configuration Name="Debug" build_exclude_from_build="No" />
    181         <configuration Name="Release" build_exclude_from_build="No" />
     182        <configuration Name="Release" build_exclude_from_build="Yes" />
    182183      </file>
    183184      <file file_name="src/mode_mainswitch.c" />
Note: See TracChangeset for help on using the changeset viewer.