Quadrature Decoder gets stuck in CY_NORETURN

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

cross mob
lock attach
Attachments are accessible only for community members.
ToVa_285016
Level 5
Level 5
100 replies posted 50 replies posted 50 questions asked

 Hi,

   

See the attached project.  It runs fine for a while, but eventually gets stuck here:

   

CY_NORETURN

   

CY_ISR(IntDefaultHandler)

   

{

   

    /***************************************************************************

   

    * We must not get here. If we do, a serious problem occurs, so go into

   

    * an infinite loop.

   

    ***************************************************************************/

   

    while(1)

   

    {

   

 

   

    }

   

}

   

Any ideas?

   

Thank you,
Tom

0 Likes
15 Replies