Part Number: TMS320C6746
Tool/software: TI-RTOS
While executing memset function in sys bios , when click on => step into , in memset function at the execution of "amemd8 "cursor is not returning and not able to do execute the next code .
http://processors.wiki.ti.com/index.php/C6000_Intrinsics_and_Type_Double - amemd8 is deprecated function which I replaced in standard lib by mem8 still its not executing .
memset((void *) &xyz , 0, sizeof( ABC ));
for reference = > this xyz is in DDR and code is in IRAM .
It will be good if you let us know the reason "why this memset is not executing " and suggest the proper answer
Manisha