• I am doing project on rfreader, door locking system
    RFreader reads the input fron the ID-card and sends it to microcontroller. mcu compares the same no with the available no's. If no. is matched then generates output pin high. Plz help in me in implementing...
  • Library function locating
    How can I locate standard library's function at specific address by BL51?
  • About semaphore using in RTX51 Tiny
    In http://www.keil.com/support/docs/2568.htm I found code about semaphore: /*--------------------------------------------------------- ---------------------------------------------------------*...
  • OBJECT CODE COVERAGE IS NOT 100% FOR SWITCH CASE
    I have executed all the cases for a switch case. Covered all the statements also. Still I am not getting 100% code coverage in switch case implementation. Any idea about what extra codes are generated...
  • strlen function not working properly
    Hi Guys I am facing a very strange problem related to the strlen inbuilt function in the keil C51. I wrote few functions as follows: Function 1 : void ModMasterData(uChar *,uChar *...