Other Parts Discussed in Thread: TMS320F28335,
Tool/software: TI C/C++ Compiler
Consider this scenario: I have few .out files e.g., a.out, b.out and c.out which I loaded followed by the symbols to execute them on the controller board. Observation is- after the loading of symbols I am not able to execute and control did not behaves as expected. Instead, if I removes all the symbols and only loads the symbol of one .c file, then I am able to execute properly. Why such an behavior? I believe for execution of .c files all related .out files as well as symbols are required. I am trying to understand from controller point of view why an such an odd behavior erupts in ARM TMS570LS3137 ? In DSP TMS320F28335 everything works fine. Help me in this regard.
Thanks.