• About debugger
    Dear sir, I am using keil version 5 in windows 8.1 in that i want to download the code on lpc1768 development board but emlink usb driver is not supporting so please help me...
  • The debugger and programmer device of CC1110 in Keil?
    Hi: We have got one set of CC1110 developper kits from agent of TI( http://www.ti.com ). In this DK the IAR is default program IDE. Currently we have no IAR at hand and would like to use the Keil...
  • about debugger speed
    The speed of the debugger uV2 is the same as uV1 but the function memset does not work correctly: the function fill all the memory from start adress and not only the desired part of memory! Is it correct...
  • About Keil error no 120
    Hello Everyone I am using Keil Software and At89c51 which flash memory is 4K. but whenever I am debugging my program in keil it just says that Code limit is 2K. and now my code exceed 2K but lesser...
  • About keil random number
    Hi,guys! I study about how to generate a random number recently,a lot of articles said "Linear Congruential Generator" is a frequently-used method!However,I used the mothod rand() in the stdlib.h,which...