Skip to content
Snippets Groups Projects
Commit b750c18e authored by August Svensson's avatar August Svensson
Browse files

bare8_1

parent ee8d092a
No related branches found
No related tags found
No related merge requests found
......@@ -114,7 +114,7 @@ const APP: () = {
//
// 1. Our CPU now runs slower, did it effect the behavior?
//
// ** your answer here **
// ** Upon entering "aaaa", only "aa" is returned. **
//
// Commit your answer (bare8_1)
//
......
......@@ -16,7 +16,7 @@ monitor arm semihosting enable
# send captured ITM to the file (fifo) /tmp/itm.log
# (the microcontroller SWO pin must be connected to the programmer SWO pin)
# 16000000 must match the core clock frequency
monitor tpiu config internal /tmp/itm.log uart off 84000000 # 16000000 # 64000000
monitor tpiu config internal /tmp/itm.log uart off 16000000 # 84000000 # 64000000
# OR: make the microcontroller SWO pin output compatible with UART (8N1)
# 8000000 must match the core clock frequency
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment