Ignore:
Timestamp:
Feb 13, 2025, 3:21:41 PM (3 months ago)
Author:
Zed
Message:

ADC module was activated.

File:
1 edited

Legend:

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

    r69 r91  
    5050//
    5151define region FLASH = FLASH1;
    52 define region RAM   = AXI_RAM;
     52define region RAM   = DTCM_RAM;
    5353
    5454//
     
    117117place in RAM1                               { section .RAM1, section .RAM1.* };
    118118place in DTCM_RAM                           { section .DTCM_RAM, section .DTCM_RAM.* };
     119place in AXI_RAM                            { section .AXI_RAM, section .AXI_RAM.* };
    119120//
    120121// RAM Placement
Note: See TracChangeset for help on using the changeset viewer.