Ignore:
Timestamp:
Dec 11, 2024, 8:14:20 AM (5 weeks ago)
Author:
Zed
Message:

Can be compiled without errors. Fixing before changing tick rate to 1000 in CubeMX.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ctrl/firmware/Main/SES/Setup/SEGGER_Flash.icf

    r48 r55  
    5050//
    5151define region FLASH = FLASH1;
    52 define region RAM   = DTCM_RAM;
     52define region RAM   = AXI_RAM;
    5353
    5454//
     
    125125                                              zeroinit                                              // Catch-all for zero-initialized data sections (e.g. .bss)
    126126                                            };
    127 place in RAM                                { block heap };                                         // Heap reserved block
    128 place at end of RAM with fixed order        { block stack_process,
     127place in DTCM_RAM                           { block heap };                                         // Heap reserved block
     128place at end of DTCM_RAM with fixed order   { block stack_process,
    129129                                              block stack };                                        // Stack reserved block at the end
Note: See TracChangeset for help on using the changeset viewer.