Hi. I am using PiccoloTMS320F28035. I am trying to run DSP/BIOS example with multiple tasks following tutorial in CCS3.3. After creating the configuration and trying to save it as mutex.tcf, the error report shows: "calls from inside the filter messages is not allowed" (it is translation from slovak language in which is my CCS sets).
I ignore the error and click OK and then I save the project and load all files, (mutex.cmutex.tcf, mutex.cmd)set the build options and build it. However i do everything step by step following CCS tutorial, after building the project, there is 19 errors looks like this:
"C:\\biosprojects\\mutex\\ezdsp2812\\mutexcfg.cmd", line 390: error: placement
fails for object ".trace", size 0x200 (page 0). Available ranges:
LSARAM size: 0x800 unused: 0x2 max hole: 0x2
Is the problem with setting the memory sections? What can I do to solve my problem. Thank you. Juraj