KW40Z_Connectivity_Software_1.0.1 (KSDK_1.3.0); IAR 7.50
Connectivity Framework, Reference Manual, Rev. 1, 09/2015
Document Number: CONNFWKRM
3.4. Timers Manager
Contains references to only TimersManager.h
But framework contains also:
TimersManager.c, TimersManagerInternal.h, TMR_Adapter.c, TMR_Adapter.h
inside:
\KW40Z_Connectivity_Software_1.0.1\ConnSw\framework\TimersManager\Interface
\KW40Z_Connectivity_Software_1.0.1\ConnSw\framework\TimersManager\Source

What about TMR_Adapter.h defines
#ifndef gStackTimerInstance_c
#define gStackTimerInstance_c 0
#endif
#ifndef gStackTimerChannel_c
#define gStackTimerChannel_c 0
#endif
#ifndef gLptmrInstance_c
#define gLptmrInstance_c 0
#endif
#ifndef gTmrRtcInstance_c
#define gTmrRtcInstance_c 0
#endif
#ifndef gTmrPitInstance_c
#define gTmrPitInstance_c 0
#endif
#define gStackTimer_IsrPrio_c (0x80)
There is a documentation how to set them ?
How to set gStackTimerInstance_c ?
How to set timers and TPM functionality not to cancel each other ?
Best Regards,
Lucian