Tool/software: Code Composer Studio
hi
I am using this path code C:\ti\controlSUITE\development_kits\HVMotorCtrl+PfcKit_v2.1\HVPM_Enhanced_Sensorless_2803x
Actually I want to rewrite flash size that means I am assigning morethan 10 arrays(are int data type) with size 100 in the main file at globally
when I compile this file I am getting the error "program will" that error shows '.ebss' has exceeding the size limit(4096 bytes) then I read what is .ebss and I came to know that is for all globally declared variables.
Now how could I add more size to that .ebss without any address change of already declared variables.
please tell how to add flash size to a particular section
and also give me any flash adding example data without change the address of already declared variables.
thank you