/* *********************************************************************** *name: Samuel Igwe *date: 07/04/2015 *description: main ... what else * phase 1: system initialization * led + timer * phase 2: the above with * uart communication 115200 * simple monitor program * phase 3: the above with * fpga setup in order to control LED's * enabling static and dram memory controller * phase 4: the above with * usb host support in place for gamepads * /mouse/keyboards * phase 5: the above with * extended fpga support for usb controller * glue logic. *********************************************************************** */ #include "main.h" void main() { asm ("ldr sp, =0x10010000"); egwu_setup_pll(); egwu_setup_gpio(); egwu_setup_nvic(); egwu_setup_uart(); egwu_set_lpc_biled(0x3); while(1) ; }
Sunday, July 5, 2015
Phase 1: app
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment