Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

Support UART output in x-emulate on the F4 Nucleo board #555

Open
karlklose opened this issue Jun 30, 2016 · 0 comments
Open

Support UART output in x-emulate on the F4 Nucleo board #555

karlklose opened this issue Jun 30, 2016 · 0 comments

Comments

@karlklose
Copy link
Contributor

We have implemented UART support for the F4 board in https://codereview.chromium.org/2102563002/, but Emul8 does not produce the output on the open analyzer window.

Patch in https://codereview.chromium.org/2085213002/ and change the settings as follows to test it with dartino x-emulate

diff --git a/.dartino-settings b/.dartino-settings
index 760bbd9..32d9a3c 100644
--- a/.dartino-settings
+++ b/.dartino-settings
@@ -52,7 +52,8 @@
   // devices are supported:
   //   stm32f746g-discovery (STM32F746G Discovery)
   //   stm32f411re-nucleo (STM32F411RE Nucleo)
-  "device": "stm32f746g-discovery",
+  //"device": "stm32f746g-discovery",
+  "device": "stm32f411re-nucleo",
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

2 participants