Hi Friends,
Currently I am using TMS570ls1224;
I am getting some issue,
uint8 **record;
record = malloc(sizeof(char)*4);
for(ilength = 0; ilength<4; ilength++)
{
record[ilength] = malloc(8);
}
when i am incementing
record++; // Here record is incementing by 16 byte instead of 8 byte
Thanks and Regards,
Arvind