• 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...
  • some trouble whith the use of isr_send_signal()
    HI, I think I have some trouble whith the use of isr_send_signal(), if the task is already in "active state". Please can you tell me what happend in this case : * Interrupt 0 each 100 ms * some...
  • problems with signal(): "error 99, line 37: signal() already activated"
    Hi, I'm trying to generate a non-trivial pulse train using the debug scripting language, and I keep getting this error 99. Below is the script that generates the pulse. Whenever I start the script...
  • ARM:debugging already runing target
    is there a possibilty to use a debugger on a target that started runing without one, without causing the target to reset, in order the check the target's state