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.

TMS320F28062F: fill .bss at run time

Part Number: TMS320F28062F

Dear all,

I want to fill the Uninitialized variable in .bss to 0s at run time, with the .fill command in the CMD or in the compiler options can only do this at load time, if I want to do this at run time after reset or power on, do I need to change _c_int00? Or any simple way to do this?

Thanks a lot.