Part Number: TMS320F28388D
Hi,
I am using TMS320F28388D controller, C2000 compiler 18.3.1.LTS.
I want to reduce the time taken for auto-initialization which is performed in ROM model.
can we reduce auto initialization for global variables for these below, if so how ?
Eg:
#pragma DATA_SECTION(NmiIntruptRegs,"NmiIntruptRegsFile");
volatile struct NMI_INTRUPT_REGS NmiIntruptRegs;
Regards,
Nagesh