Part Number: TMS320F280039C
Hi Champ,
I am asking for my customer.
They are trying to copy the data from some else in the memory with calling the function memcpy.
May I confirm that the data alignment for memcpy is doing with uint32_t at a time ?
Since we tried to force by writing with uint16_t data alignment with the function memcpy(uint16_t *)&dataRunStart, (uint16_t *)&dataLoadStart, (uint16_t *)&dataSize.
After compiled, we still get data alignment with 32 bits at a time. Couldn't we align with 16 bits at a time ?
Also, where could I find the body source code for memcpy ? Is it in the RTS library ?
Thanks and regards,
Johnny.