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.
I'm getting the following warning:
pointer points outside of underlying object
when declaring a variable like this:
unsigned char *lpktoptr = packeto[16] + (unsigned int)(CHANNELS-8);
Read this thread but not sure if it is the same case or something different.
TLV316: Graph "Output Voltage Swing vs Output Current" - Amplifiers forum - Amplifiers - TI E2E support...
In any case I could not figure out why is it happening. Any suggestions?
The compiler detected that lpktoptr points outside the array packeto. We cannot tell the exact reason without knowing the surrounding code, but here are a few suggestions:
Hope that helps
Markus