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 ^(.)^
"ill probably fail now and its all your fault. you happy?"
No. You haven't payed me to do your assignment. So it is not my fault if you fail. Ask your teacher, and your teacher will very clearly say that it is _your_ fault if you fail.
Am I happy? Let's say like this: I'm not exactly unhappy if people who tries to cheat and have others do their home work fails. Do you think the software industry needs people who cheated to get their exams? Do you think the cheaters will be able to pull their weight when they get out into the industry and their assignments are classified, making it forbidden to post any requirements specifications on the net?
My sincere hope is that everyone that help someone cheat will end up with someone that passed the sxam by cheating as his/her assistant.
Erik
Erik,
I agree. However...
...how would the OP know if the correct answer was if in fact posted if no basic understanding of the code is evident. catch22 :)
Hmmmmmm....food for thought OP
View all questions in Keil forum