• 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(...
  • 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...
  • 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...
  • problem with signal function
    Hi, I am working with uvision4 for c167 and the problem i face with is that I dont know how to define and use signal function utility to assign a pulse input to my program.This is my code and following...
  • problem with CS signals
    Hello. I'm trying to use simulated serial port with MCB167-NET. I've burned the monitor program in FLASH (two devices, one for even and the other for odd). For the simulated serial I've chosen P8.4 and...