Skip to content

Change ascii to svg #95

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 18, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
339 changes: 339 additions & 0 deletions software/assets/Interface.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 1 addition & 14 deletions software/interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,7 @@ One of the coolest features of the micro:bit is the way that it presents itself

This is made possible by having a separate 'interface chip' or 'interface MCU' on the micro:bit dedicated to USB connections, programming and debugging. On the micro:bit, that chip is a Freescale KL26Z. The chip that developers' code runs on, and that all the peripherals are connected to (the nRF51822) is called the 'target MCU'. See the [Hardware](/hardware) page and the schematic for more details about how these two devices are connected.

PC
^ +----------------------------+
| +---------------------+ | TARGET MCU |
| | INTERFACE MCU | | +------------------------+ |
| | | | | Application | |
| | +-----------------+ | SWD | +------------------------+ |
| USB | | | +---------------------+ | micro:bit runtime DAL | |
+--------+ | DAPLink | <----------+ | +------------------------+ |
* Mass | +-----------------+ | UART | | | | | | |
Storage| +-----------------+ | | | | mbed | | SoftDevice| |
| | Bootloader | | +------------> | | | |
* UART | +-----------------+ | | +----------+ +-----------+ |
+---------------------+ +----------------------------+
* CMSIS-DAP
<img src="/docs/software/assets/Interface.svg" alt="DAPlink interface" style="background:#eeeeff; padding:20px;">

The target and interface MCUs are connected by two interfaces:

Expand Down