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.

TMS320F28P650DK: XBAR_REGS

Part Number: TMS320F28P650DK
Other Parts Discussed in Thread: C2000WARE

We have used the latest version of C2000ware, and the register declaration of XbarRegs has also used the following format:

#pragma DATA_SECTION(XbarRegs,"XbarRegsFile");

volatile struct XBAR_REGS XbarRegs __attribute__((noblocked));

The following warning will still be issued:

#10462-D Symbol, "XbarRegs", referenced in "./Sources/06_DigitalCtrlAPI/DigitalCtrlAPI.obj", assumes that data is blocked but is accessing non-blocked data in "./Ti.Headers/f28p65x_globalvariabledefs.obj". Runtime failures may result.

Can you provide the corresponding solutions?