You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pcount3D_mss_linker.cmd 610B

12345678910111213141516
  1. /*----------------------------------------------------------------------------*/
  2. /* Linker Settings */
  3. --retain="*(.intvecs)"
  4. /*----------------------------------------------------------------------------*/
  5. /* Section Configuration */
  6. SECTIONS
  7. {
  8. systemHeap : {} > DATA_RAM
  9. .hwaBufs: load = HWA_RAM, type = NOINIT
  10. .dpcLocalRam: {} > DATA_RAM
  11. .l3ram: {} >> L3_RAM
  12. .demoSharedMem: { } >> HS_RAM
  13. }
  14. /*----------------------------------------------------------------------------*/