We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi all, i have been trying to use the time elapsed by the microcontroller(P89LPC936) as input for my function i write on keil. But is there any stated built in variable name for the time elapsed by the microcontroller? or if that doesn't exist can anyone suggest me any other way to do this? thanking u in advance
"is there any stated built in variable name for the time elapsed by the microcontroller"
A variable could only give access to something that already exists. Where do you think this "time elapsed by the microcontroller" value is going to come from?
so you are saying i shouldn't be looking for any variable and start looking for other options right?
start a timer and wait for an asynchronous even to read the time. generate random numbers? You mean generate pseudo random numbers. You can not generate true random numbers in software.