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.

Shared memory in Concerto /C28

Hi ,

we created a project based on Sys/Bios/Generic Examples/Memory example with platform ti.platforms.concertoC28:F28M35M52C1 (CCS 5.1.1, SYS/BIOS 6.33.3.33).

we tried to use shared memory for taskStack - put one task in this section. 
  .stack      : > L03SARAM PAGE = 1
  .taskStack  : > S01SHRAM  | S02SHRAM PAGE = 1
 .ebss       : > S00SHRAM | L03SARAM | M01SARAM   PAGE = 1
 .esysmem    : > S00SHRAM | L03SARAM | M01SARAM   PAGE = 1
 .cio        : > S00SHRAM | L03SARAM | M01SARAM  PAGE = 1

but in this case application doesn't run:  We get the followin error on the running:

[C28xx_0] ti.sysbios.family.c28.Hwi: line 952: E_unpluggedInterrupt: Unplugged interrupt flagged: intr# 32
[C28xx_0] xdc.runtime.Error.raise: terminating execution

in rov/bios/scan for errors:
All ROV views have been run and no errors were encountered. In BIOS, this includes a check of the System stack usage and all Task stacks.

could you help us to undestand what is the reason of this error?

Thanks,Sabina