From 634a27ffb4f900f5811a1feadbd652d1965ef595 Mon Sep 17 00:00:00 2001 From: Justin Hammond Date: Thu, 2 Mar 2023 15:03:42 +0800 Subject: [PATCH] Update README.md Fix Addresses --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 094ef4c..355ab29 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,8 @@ You can use "make flash" to flash the firmware from the commandline instead of u If you are flashing from BLDevCube, set the CPU to Group0 and use the following addresses for the different cores: * For M0 set address = 0x58000000 -* For D0 set address = 0x58010000 -* For LP set address = 0x58020000 +* For D0 set address = 0x58100000 +* For LP set address = 0x58200000 (you may need to modify the cmake/flash.cmake file to specify the correct serial port for your device, or during the initial build, set the COMX enviroment variable to your serial port)