• 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...
  • 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...
  • SFR paging problem
    I am having quite a problem using a silabs 8051F120 micro. void DAC_Init() { SFRPAGE = DAC0_PAGE; DAC0CN = 0x84; SFRPAGE = DAC1_PAGE; DAC1CN = 0x00; } As can be seen above I am using two...
  • 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(...
  • using RTX51 Tiny with SiLabs paged-SFR part
    we recently got the RTX51 Tiny and want to use it with a Silicon Labs C8051F124. today i discovered various posts about problems using RTX51 with paged SFR devices. i've seen some suggestions about what...