• Interrupt Service Routine (ISR) and os_mut_wait()
    When ISR calls os_mut_wait() the processor generates an exception. Is os_mut_wait() prohibited from being called from an ISR?
  • Library Retarget File and Low Level I/O Routines
    I am reading the official Keil documents about Library Target Files http://www.keil.com/support/man/docs/gsac/gsac_retargetcortex.htm and Low Level I/O Routines. www.keil.com/.../gsac_lowlevelroutinescortex...
  • Noise level
    How to remove switching transients at digital pin of PIC 16F877A microcontroller.Please suggest something worthy.Very noisy environment of High Voltage
  • Warning Level
    Hi, someone know how to change the warning level in uVision? Is there a way to change the warning level like in VC++? Or they are fixed and varies only with the optimization level? look at: ...
  • Low TCP speed!!!
    I'm using RL-TCPnet to send data from my board to PC. it is working without problem but the speed is extremely low!!! I'm send data using tcp_send. this function seems to be call every 10 ms by timer_tick...