Other Parts Discussed in Thread: CONTROLSUITE, C2000WARE
I have implemented PID by referring "C:\ti\controlSUITE\libs\control\DCL\v1_00_00_00\docs".
This document says about mapping library to RAM in page 0
dclfuncs : > RAML4, PAGE = 0
By doing this I was not able to program MCU using C2Prog as it used to give me sector violation error.
so I changed
dclfuncs : > FLASHF, PAGE = 0
which solved C2Prog problem, and the program was also working properly.
I wanted to ask experts is this correct? Can PID library be assigned to flash ?
Please guide.