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.

printf function not working with RAM Linker cmd file



Hi Guys,

CCS v 6.2(compiler version = TI v15.12.3.LTS)

TMX320F28075 Control Card

control Suite v 3.4.1

I want to use printf function in RAM mode and FLASH mode. So I included this line.

In FLASH cmd :

   .cio        		: > RAMGS1       PAGE = 1

In RAM cmd :

.cio        		: > RAMGS1     PAGE = 1

For the same program, the printf function works with Flash_mode but doesn't work in RAM_mode.

Please help me resolve this issue.