From 714464405d1552af636899d986a98b7e7478d882 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 28 Oct 2014 19:02:21 -0600 Subject: [PATCH] Fix a few more EFM32 integration bugs --- configs/efm32-g8xx-stk/README.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/configs/efm32-g8xx-stk/README.txt b/configs/efm32-g8xx-stk/README.txt index ea683846ec..4459b2e001 100644 --- a/configs/efm32-g8xx-stk/README.txt +++ b/configs/efm32-g8xx-stk/README.txt @@ -28,8 +28,14 @@ CONTENTS STATUS ====== - Testing has just begun. So the status is code-complete but only - partially tested. + 2014-10-28. Testing is still in progress. At this point all basic boot + operations are successful: The LEDs work and the application tasks appear + to be successfully started. LED2 is on and LED0 is glowing (meaning that + interrupts are being processed). However, I get no output on PE0. Data + appears to be sent (at least by efm32_lowputc()). However, no signal + activity is present on PE0. + + I am, of course, thinking that this is a pin configuration issue. LEDs ====