From ff3ab9c0abe31725894922802916ff54635b4097 Mon Sep 17 00:00:00 2001 From: Grissiom Date: Tue, 6 Jan 2015 10:42:09 +0800 Subject: [PATCH] lpc43xx: add readme --- bsp/lpc43xx/readme.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 bsp/lpc43xx/readme.txt diff --git a/bsp/lpc43xx/readme.txt b/bsp/lpc43xx/readme.txt new file mode 100644 index 000000000..022659903 --- /dev/null +++ b/bsp/lpc43xx/readme.txt @@ -0,0 +1,4 @@ +1. M4 run on flash bank A. M0 run on flash bank B and the binary code of M0 is + embedded into the code of M4. +3. Compile the project in M0/ first and then compile the project in M4/. Then + flash it into the chip with JLink.