diff options
author | Joshua Yun <joshua@joshuayun.com> | 2025-03-13 23:16:14 -0500 |
---|---|---|
committer | Joshua Yun <joshua@joshuayun.com> | 2025-03-13 23:16:14 -0500 |
commit | 2b4e742f021a37fffcc5e557c4456c0a4ea77483 (patch) | |
tree | 2db677efc1bbe14149d4248dca61969cffa9e1c1 /Software/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_MPS2 | |
parent | 3ecbe307fbdbede75d8b66d50244c0f4260a8774 (diff) | |
download | sdr-2b4e742f021a37fffcc5e557c4456c0a4ea77483.tar.gz |
Diffstat (limited to 'Software/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_MPS2')
-rw-r--r-- | Software/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_MPS2/HowTo.txt | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/Software/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_MPS2/HowTo.txt b/Software/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_MPS2/HowTo.txt new file mode 100644 index 0000000..865ac15 --- /dev/null +++ b/Software/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/DspLibTest_MPS2/HowTo.txt @@ -0,0 +1,29 @@ +
+Used board:
+ MPS2+.
+
+Used BIOS:
+ mbb_v121.ebf ; use this for ULINKpro
+ mbb_v220.ebf ; CMSIS-DAP
+
+Used Images:
+ AN382\an382_v3.txt ; Cortex-M0
+ AN385\an385_v3.txt ; Cortex-M3
+ AN386\an386_v3.txt ; Cortex-M4
+ AN500\an500_v1.txt ; Cortex-M7
+ AN505\an505_v2.txt ; Cortex-M33 (IoT Kit)
+ AN519\an519_v1.txt ; Cortex-M23 (IoT Kit)
+
+Used Debugger:
+ IoT Kit:
+ ULINKpro, JTAG, 25MHz, HW Reset
+ other:
+ ULINKpro, JTAG, 25MHz, Autodetect
+
+Memory Settings:
+ IoT Kit:
+ ROM: 0x10000000
+ RAM: 0x38000000
+ other:
+ ROM: 0x00000000
+ RAM: 0x20000000
\ No newline at end of file |