From 6463e42057d7f1796f75f82f5a4adbd191d660e1 Mon Sep 17 00:00:00 2001 From: Sean Cross Date: Tue, 29 Mar 2022 16:15:55 +0800 Subject: [PATCH] index: add more slides Signed-off-by: Sean Cross --- index.html | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 65 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 190437b..6933f5b 100644 --- a/index.html +++ b/index.html @@ -154,7 +154,70 @@ -
Slide 2
+
+
+

What makes hardware "Weird"?

+
    +
  • Unusual CPU architecture
  • +
  • Different model of chip than commonly found
  • +
  • Additional hardware
  • +
  • More CPUs per board
  • +
+
+
+

Unusual CPU architecture

+ Sorry, can't help +
+
+

Different model CPU

+
    +
  • Maybe it's just a variant
  • +
  • Perhaps memory regions were shuffled
  • +
  • Does it use the same hardware block as someone else?
  • +
+
+
+

New hardware version

+
    +
  • Do you use the new, specialized features?
  • +
  • Lots of UARTs support Infrared. Do you need that?
  • +
+
+
+

Completely new hardware

+
    +
  • Time to break out C#
  • +
+
+
+
+
+

What is "Firmware"?

+
+
+

How does this interact with $VENDOR_TOOL?

+
+
+

What about boot ROMs?

+
+
+

What about missing registers?

+
    +
  • Very few projects use built-in blocks
  • +
+
+
+
+
+

SVD Files

+
+
+

Logging Memory Accesses

+
+
+

Debugging with GDB

+
+
@@ -246,4 +309,4 @@ - \ No newline at end of file +