• void main() {}
    I want to connect more than one peripherals to 8051 usind I2C.Can any body help me regarding code
  • void main() {}
    I want to connect more than one peripherals to 8051 usind I2C.Can any body help me regarding code
  • In 8051 MikroC PRO, how do I combine two void functions into a void main function?
    I've formed two void functions and I want to combine the two void function together in a void main function. However, the system shows that I can't combine two void functions. How do I combine the two...
  • In 8051 MikroC PRO, how do I combine two void functions into a void main function?
    I've formed two void functions and I want to combine the two void function together in a void main function. However, the system shows that I can't combine two void functions. How do I combine the two...
  • ((void (code *) (void)) 0x0000) () generate error !
    i found in APNT_129 of keil app note this code ((void (code *) (void)) 0x0000) (); i try use it to soft reset micro generate error L121 why? how c bcode generate "ljmp 0 " or "lcall 0" ??? for...