This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/LAUNCHXL-F28379D: CPU2 and global shared memory

Part Number: LAUNCHXL-F28379D
Other Parts Discussed in Thread: C2000WARE

Tool/software: Code Composer Studio

Hi TI people,
I have an question which related to global shared memory between CPU1 & CPU2. when using global shared memory for allocating cpu2 data, Am getting this error "Break at address "0x3fe00a" with no debug information available, or outside of program code"  while debugging cpu2.

This error went a way when using Local memory for allocating cpu2 data. 

what i had take into my account while testing:
- assign ownership of the needed global memory sections  to CPU2 through cpu1 regesters.
-checking the generated memory map file of cpu2. the result is no memory usage for cpu2 gloabal memory ( i mean the sections that own)

regards
Hosam.