Skip to main content
Visitor II
December 4, 2023
Solved

optimize and TCM

  • December 4, 2023
  • 1 reply
  • 1620 views

Hi,

I'm using H723 for programming,and TCM ram is in use.when compiler optimization feature is on,code can not work.Is it not possible to use TCM while turning on optimization? or requires some setup?

 

Regards,

Binge

    This topic has been closed for replies.
    Best answer by hs2

    Have a look into the (linker) generated map file to see which symbols (functions/data) are linked into this RAM sections to get an idea.
    And as @Tesla DeLorean mentioned find out why your app is not running.

    1 reply

    Graduate II
    December 4, 2023

    Debug what's not working.

    Determine if you've got code to move the data into the RAM.

    BingeAuthor
    Visitor II
    December 4, 2023

    why the usage of RAM changed after optimize on?see picture below.

    Binge_0-1701672450235.png

     

    hs2Answer
    Visitor II
    December 4, 2023

    Have a look into the (linker) generated map file to see which symbols (functions/data) are linked into this RAM sections to get an idea.
    And as @Tesla DeLorean mentioned find out why your app is not running.