Other Parts Discussed in Thread: C2000WARE
Dear team:
One of my customer want to know why the address assignment of cpu1tocpu2ram and cpu2tocpu1ram in TMDXIDDK379D routine is different from that of other routines?
In TMDXIDDK379D (C:\ti\c2000\C2000Ware_MotorControl_SDK_3_00_01_00\solutions\tmdxiddk379d\f2837x):
CPU1TOCPU2RAM : origin = 0x03A000, length = 0x000800 CPU2TOCPU1RAM : origin = 0x03B000, length = 0x000800
In others (C:\ti\c2000\C2000Ware_3_02_00_00\device_support\f2837xd\common\cmd):
CPU2TOCPU1RAM : origin = 0x03F800, length = 0x000400 CPU1TOCPU2RAM : origin = 0x03FC00, length = 0x000400
And in datasheet:

Best regards