Dear Friends,
I need to keep the ADC value more than 10000 sampling data, which will need a memory buffer size about 40000 bytes.
When I declared a buffer such as 'int32 pnBuf[10000];', CCS encountered a compiled error. I have also tried to use a dynamic declaration such as 'int32* pnBuf; pcBuf = new int32[10000];', but CCS doesn't support "new" declaration method.
Does anyone have ideas for this problem? Thank you.
Sunglin.