• MilliSecond Delay
    Hi, Is it possible to make a delay of approximetely 189.2143mS delay in C? I must have the code before my friend! SO pleaze show me what you do.
  • rather than #ifdef
    I am working on some stuff with 4711 #ifdefs and, on most global searches, end up looking at inactive code. To obtain 'marked' code lines I tried to replace #ifdef BLAH ....... with //#define...
  • Saving Milliseconds to array
    I am running an infinte while loop. Inside the while loop i give a FOR loop which runs 3 times. each time i get a specific value of second from the real time clock. I need to store these 3 seconds value...
  • 1 millisecond delay function without using Timer
    Hi am doing the final year project in LPC2148 , I need 1 ms delay for sense the object, am using timer for some other function , can anyone give the accurate delay function for generating 1 ms delay...
  • Can I code STM32F103RBT6 into Assembly Langauage rather than C or C++?
    Hi Everyone! I have STM32F1xx family microcontroller. I've coded some projects into C language. Now, I want to code this microcontroller into Assembly laguage. If Yes, I can then please give an example...