Is there any definitive method for 'hooking' an ISR for an extra peripheral into WICED with ThreadX?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
GrDa_2135471
Level 1
Level 1

There do not appear to be any examples in the SDK's (various releases) that show how to add an ISR for an unsupported STM32 peripheral into WICED. I wish to support additional timers (TIMx) among other peripherals, including RTC Alarm interrupts. There surely must be a formal way to hook into the vector table for ThreadX to manage an interrupt, and its NVIC Priority setting.

All and any help appreciated.

0 Likes
1 Solution
Anonymous
Not applicable

Look at any of the platform.c files. This is where the interrupts are enabled prioritized and hooked. 

View solution in original post

3 Replies