Other Parts Discussed in Thread: C2000WARE
Hi experts,
What is the area of reserved RAM Memory Map for CPU2?
The TRM includes the following statements.
But I think this statement is wrong.
The reasons are listed below.
I debugged F2837xD_sci_flash_kernels_cpu02 on CPU2 using the following link.
e2e.ti.com/.../3501137
Changed ramfuncs to RAMM0.(flash_programming_cpu2_RAM.cmd in F2837xD_sci_flash_kernels_cpu02 project)
Downloading the kernel with this setting will corrupt the data at the beginning of RAMM0.
Next, I changed the size of RAMM0 in reference to TRM.
However, even with this setting, the data at the beginning of RAMM0 is corrupted.
Finally, I changed the size of RAMM0 as follows.
With this setting, RAMM0 will contain the correct data.
Based on this result, I believe the Boot ROM uses more RAM than the 0x00A0.
Could you please confirm that these results are correct?
My HW : F28379D controlCARD
My SW : CCSv10.1 & C2000Ware_3_03_00_00
Best regards,
Sasaki