• isr_send_signal() Signal problems.
    We are posting a signal using isr_send_signal() from an isr at priority level 14. When the interrupt is being triggered repeatably an error condition eventually occurs in which the signal does not reach...
  • isr_send_signal() Signal problems.
    We are posting a signal using isr_send_signal() from an isr at priority level 14. When the interrupt is being triggered repeatably an error condition eventually occurs in which the signal does not reach...
  • isr_send_signal and SI-Labs SFR paging
    When using the Si-Labs processors with paged SFR's, with the normal os_... calls one must set the SFRPAGE to LEGACY_PAGE (0x00) first, since it is possible for these calls to access the Timer 0 registers...
  • isr_send_signal and SI-Labs SFR paging
    When using the Si-Labs processors with paged SFR's, with the normal os_... calls one must set the SFRPAGE to LEGACY_PAGE (0x00) first, since it is possible for these calls to access the Timer 0 registers...
  • isr_send_signal( ) doesn't notify if signal flag already set.
    I want to know in my ISR whether the last signal was not received. os_send_signal() returns NOT_OK in this situation, however looking at the source for RTX166 full, it looks like the isr_send_signal(...