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.