diff target-utils/c139explore/main.c @ 951:eb27543ce18e

c139explore: elementary operation commands lcdcmd and lcdpix added
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Wed, 04 Nov 2015 03:03:38 +0000
parents cd34e0d534b9
children d92e4aadeeb3
line wrap: on
line diff
--- a/target-utils/c139explore/main.c	Wed Nov 04 01:43:44 2015 +0000
+++ b/target-utils/c139explore/main.c	Wed Nov 04 03:03:38 2015 +0000
@@ -12,6 +12,8 @@
 	/* GPIO init */
 	*(volatile u16 *)0xfffe4802 = 0x0002;
 	*(volatile u16 *)0xfffe4804 = 0xFFF5;
+	/* take peripherals out of reset */
+	*(volatile u16 *)0xfffffd04 = 0xFFF3;
 	abb_init();
 	uwire_init();
 	for (;;) {