• void main (void)
    we have purchase a lpc2368 kit. and we got a keilversion3. i dont know how to see PRODUCT SERIAL NUMBER (PSN). so plz help me how to find it.
  • void main (void)
    we have purchase a lpc2368 kit. and we got a keilversion3. i dont know how to see PRODUCT SERIAL NUMBER (PSN). so plz help me how to find it.
  • 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...