Other Parts Discussed in Thread: MOTORWARE
In the InstaSpin FOC projects the 28027F.cmd file is incorrect or I am missing something.
It appears the 28027 thinks its a 28026
FLASHA_D : origin = 0x3F4000, length = 0x007F80 //WRONG for 28027
Should be
FLASHA_D : origin = 0x3F0000, length = 0x007F80
I started getting Flash programming Errors even though CCS compiled OK.
I seen other post about this and still the bug exists in the latest Motorware.
Is this change correct or is there more changes required to fix this problem.
Is the length correct in my above change?