Hi All,
I must have used DATA_SECTION in my application
But when I attempt used next code
/* multi core init */
#pragma DATA_ALIGN(CACHE_L1D_LINESIZE)
#pragma DATA_SECTION(".sharedDDR")
volatile UInt32 globalCfg = FALSE;
I receive message
Description Resource Path Location Type
#10247-D creating output section ".sharedDDR" without a SECTIONS specification app C/C++ Problem
What do I can make in this case?
Thank,
Oleg