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.
Hi,
I’m using AM243x Launch pad, I need to configure Timer. As per image it is showing that only way to implement timer is DM Timer implementation.
Whether this timer can be configured as RTI up counter/ free running counter ? (Because I can able to see that in am243x TRM document that RTI8 is dedicatedly used for R5FSS0_CORE0).
And also what is the use case of TimerP_rti.c file (path : mcu_plus_sdk_am243x_08_05_00_24\source\kernel\nortos\dpl\common\ TimerP_rti.c) ? (same Timer APIs are used in this file but implementation is changed).
Kindly give clarification/ suggestion on the above query.
Thanks in advance
Hi,
I think the DPL Timer module might be what you are looking for. Please check out the DPL/Timer module in the AM243x SDK and let me know:
The Driver Porting Layer (DPL) provides an OS agnostic API for many of the common MCU features you might need (like timers). See here for a DPL introduction:
There is also a DPL driver example demo which uses many of these DPL features, including timer:
Let me know if that helps.
-Randy