Modify ↓
Opened 5 years ago
Last modified 5 years ago
#328 new defect
Trying tickets
| Reported by: | anonymous | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | milestone1 |
| Component: | component1 | Version: | |
| Keywords: | Cc: |
Description
Missing interrupts
Time to time an external interrupt are not handled by interrupt handler.
The following example tries to emulate behaviour that we observed. Example uses PWM signal which is generated it is connected back to gpio. The software contains two threads.
Attachments (0)
Change History (3)
comment:1 Changed 5 years ago by
comment:2 Changed 5 years ago by
Replying to anonymous:
Missing interrupts
Time to time an external interrupt are not handled by interrupt handler.
The following example tries to emulate behaviour that we observed. Example uses PWM signal which is generated it is connected back to gpio. The software contains two threads.
Have you checked the priority settings of your threads?
comment:3 Changed 5 years ago by
| Milestone: | → milestone1 |
|---|
Note: See
TracTickets for help on using
tickets.

The same example was build and run with OS and there is no missing interrupt at all