This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Keil for at89s52 - Microcontroller Project Help Needed!

Let me describe my project:
I'm bulding a count-up/count-down large format display timer with big 5x7 led dot matrices.
I'm trying to use Keil uVision3 to program my microcontroller.
I'm trying to use an at89s52 to control an TLC5920 LED driver chip. The LED driver chip needs Sin, SCK, LATCH(bar), BLANK, and CSEL0-2 from the microcontroller. I am a decent C programmer. But, I do not know how to use Keil to do things like send P2.0 serial data or P2.1 a high or low signal or monitor P2.7 for a pulse from a keypad. Could someone please direct me to a knowledge base that explains how to program such things in Keil evaluation? Also, I would greatly appreciate any project advice.
Thanks,
Lee Lerner

Parents
  • The tutorial helped a lot. I now know how to code general I/O and such. I'm a bit confused about how to send my LED driver chip serial data. I have an 8MHz oscillator for the microcontroller. How do I set up the proper baud rate and send serial data to the LED driver?
    Thanks,
    Lee

Reply
  • The tutorial helped a lot. I now know how to code general I/O and such. I'm a bit confused about how to send my LED driver chip serial data. I have an 8MHz oscillator for the microcontroller. How do I set up the proper baud rate and send serial data to the LED driver?
    Thanks,
    Lee

Children