Hi Jason,
now I'm working with KSDK2.4.2.
Every "IRQn_Type" - Array is "static const" --> module local.
What a pitty. It seems, the decision was to keep this arrays module local.
To use any of these functions, I have to define the "IRQn_Type"-array in my code a second time in addition to KSDK-lib Definition...
example:
InstallIRQHandler(IRQn_Type...
EnableDeepSleepIRQ(IRQn_Type...
DisableDeepSleepIRQ(IRQn_Type...
NVIC_SetPriority(IRQn_Type...
NVIC_GetPriority(IRQn_Type
... and so on...
Yes... I can edit the driver .c and .h files --> but this is annoying to do in every version of KSDK...
Can you please discuss this topic again?
Best regards
Manfred