Hi,
In the function Time_delta(), defined in dvsdk_3_00_00_29/dmai_1_20_00_04/packages/ti/sdo/dmai/linux/Timer.c, a 'long' data is saved into an address pointed to by an UInt32 pointer. This will cause possible loss of data accuracy, unless the data type 'UInt32' has the same bit width as 'long'. Please clarify.
Thanks,