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.

Time_delta() bug?

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,