Hi TI experts,
3D ppl counting DSS binary image size is 132KB larger after I added the following code in dss_main.c.
#pragma DATA_SECTION(d_stick, ".l3data");
#pragma DATA_ALIGN(d_stick, 4);
..
..
uint32_t d_stick = 0;
Is this normal? Why? How to avoid this problem and still keep the #pragma in the source code?
Thank you,
Daniel