This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

use the iar and jlink connect to the AM1808

hello,

   now , I use the iar and jlink to develop my project, but i  only debug program with iram debug option, I can't use the ddr debug option.  in ccs, we can use the gel file to init ddr,nor,nand. but  how to do it in  IAR IDE system?

  Thanks.

Token

  • You could load a small program into IRAM that does the DDR initialization (just copy the code from the GEL) and then start debugging yoru actual application. However every time you reset the device you will need to rerun that initialization program. That is essentially what a GEL file does anyway.

    Jeff