SPI SCB Interrupt

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

cross mob
pemac_1611436
Level 1
Level 1

Hello,

   

I have problem with interrupt on SPI SCB module. I set External interrupt for TX and RX FIFO, but interrupt not triggered.

   

Other interruptions to run well.Only SPI SCB interrupt was not triggered.

   

You do not know what it could be?

0 Likes
1 Solution
lock attach
Attachments are accessible only for community members.
Vasanth
Moderator
Moderator
Moderator
250 sign-ins 500 solutions authored First question asked

Hi,

Please check the attached file. The example code has both Tx and Rx interrupt(External). The example should give an output stream "ABCDEF..."  on your terminal. This may help you to make necessary changes to your settings.

Regards,

   

vsrs

View solution in original post

0 Likes
2 Replies
Bob_Marlowe
Level 10
Level 10
First like given 50 questions asked 10 questions asked

Did you connect an isr component to the interrupt output?

   

Can you please post your complete project, so that we all can have a look at all of your settings. To do so, use
Creator->File->Create Workspace Bundle (minimal)
and attach the resulting file.

   

 

   

Bob

0 Likes
lock attach
Attachments are accessible only for community members.
Vasanth
Moderator
Moderator
Moderator
250 sign-ins 500 solutions authored First question asked

Hi,

Please check the attached file. The example code has both Tx and Rx interrupt(External). The example should give an output stream "ABCDEF..."  on your terminal. This may help you to make necessary changes to your settings.

Regards,

   

vsrs

0 Likes