why does Int_Startex not get generated?

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

cross mob
JoGr_3357391
Level 4
Level 4
10 likes given 5 likes given First like received

I'm _very_ new to PSoc, so I'm going through Alan's tutorials. Tutorial #3 - I have an LED and a switch left over from Tutorial #2, which worked. So the ports are there. I set the input pin (cleverly named Pin_SW) up for interrupts, and after compiling to build the API set, I see Pin_SW_ClearInterrupt, Pin_SW_Handler, and several other API names, but I do not see Pin_SW_Int_Startex. That _ClearInterrupt and _Handler are defined at least implies that PSoC Creator knows it's an interrupt. The tutorial certainly suggests the function will be generated.

Any hints for the newbie?

Thanks,
John

0 Likes
1 Solution
JoGr_3357391
Level 4
Level 4
10 likes given 5 likes given First like received

I had neglected to wire in an interrupt. Doh!.

View solution in original post

0 Likes
1 Reply
JoGr_3357391
Level 4
Level 4
10 likes given 5 likes given First like received

I had neglected to wire in an interrupt. Doh!.

0 Likes