Self Study Implement algorithm for sending/receiving data buffer via serial port for 8051. Try 2 options: with interrupt and without interrupt. Peripherals provided by 8051 (C8051F12X example), main hardware characteristics, performance, memory configuration, debug support. Copyright © 2011 DSR Corporation 1
References 8051 manual C8051F12x-13x.pdf Linker Cx51 User's Guide: http://www.estc.dsr-company.com/images/7/70/C8051F12x-13x.pdf Linker http://sdb.su/os/page,28,487-kursk-lekcij-po-predmetu-operacionnye-sistemy.html http://rus-linux.net/lib.php?name=/MyLDP/algol/compilation/linkers-and-loaders-1.html Cx51 User's Guide: http://www.keil.com/support/man/docs/c51/c51_intro.htm LX51 User's Guide http://www.keil.com/support/man/docs/lx51/lx51_intro.htm Code banking http://www.keil.com/support/docs/158.htm Volatile http://www.keil.com/support/man/docs/c51/c51_le_volatile.htm Data overlay http://www.keil.com/support/man/docs/c51/c51_ap_opt_8051.htm http://www.keil.com/support/man/docs/lx51/lx51_ol_theory.htm Embedded Programming with the GNU Toolchain http://bravegnu.org/gnu-eprog/index.html Debugging Embedded Systems http://larc.ee.nthu.edu.tw/~sjtsai/current_research/paper_review/Debugging%20Embedded%20Systems.pdf ARM Software Development Toolkit http://www.imit.kth.se/courses/2B1445/0304/material/usrguide.pdf Copyright © 2011 DSR Corporation 2