hi.
can someone plz complete the code quickly for me.
it is v v urgent.
< code > void main ( void ) { // start display // start keys // start clock while ( 1 ) { // update display // read keys Read_clock (); // read clock } } void Read_cock ( ) { RTC->COUNT; }
Yes, I understand that it is v v urgent.
You seem to have quite a lot of functionality missing, and I bet it's soon time to hand in your project.
But you did manage to implement Read_cock()???
But just what do you think it does?
that was a typing mistake. ok.
thanks for nothing. ill probably fail now and its all your fault. you happy?
It may not be nice to say nor to hear, but yes, I feel no remorse. If you have the temerity to come to a forum for your homework, you should be able to contact some Indian institution to do your homework. Don't forget that you are a brilliant engineering student. Yes?
This should run :-)
#include <stm32.h> #include <stdio.h> #include "gpio.h" #include "timer.h" #include "glcd.h" void main ( void ) { int keyPad = 0; int clockVal = 0; Init_GLCD (); // start display Init_KeyPad(); // start keys Init_Clk (); // start clock while (1) { Update_GLCD(); // update display keyPad = Read_KeyPad(); // read keys clockVal = Read_Clock (); // read clock } } void Read_cock ( ) // wtf?!? { RTC->COUNT; }
thx man.
iou 1 ^(.)^
View all questions in Keil forum