Tool/software:
I’m working with the dual-core example memcfg_ex1_sysconfig
located at <root>\ti\C2000Ware_5_04_00_00\driverlib\f2837xd\examples\dual\memcfg
. However, I’m encountering a warning: "The memcfg module is needed on CPU1 to assign GSRAM to CPU2."
While I understand that I can suppress this warning to bypass it, I need to use the validation between the cores configuration in my real project.
Setup Overview:
Problem: The GS14 RAM is configured on CPU1 to be controlled by CPU2, as shown in my setup, but the warning is triggered on CPU2 instead.
Potential Related Issue: This issue may be linked to a post I found on the TI E2E forum: Link to related post
My Environment:
CCS Version: 12.8.1.00005
C2000Ware Version: 5.4.0.00
SysConfig Version: 1.23.0
Target Device: F28379D 337ZWT
OS: Windows 10
Questions:
Is there a workaround to validate the dual-core configuration for my specific use case?
Has anyone encountered this issue and found a solution that doesn't involve suppressing the warning?
Any insights or suggestions would be greatly appreciated.
Thank you!
---
Screenshots:
Configuration of GS14 to be controlled by the CP2.
But the warning is shown in CPU2.
Hi,
I think it's just telling that you need to assign CPU2 as controller for that RAM. Are you facing any issue while using this RAM from CPU2 ?
Regards,
Vivek Singh
Hi,
as shown in the first screenshot, the CPU2 is already controlling the RAM GS14.
I'm facing just this warning.