Skip to content
This repository was archived by the owner on Dec 11, 2022. It is now read-only.

Commit 7c74698

Browse files
committed
modified README.md in response to #21
1 parent 991534a commit 7c74698

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ The specifics are:
3737
- MAXRAM only: the flash cache cannot be used by the user code, as pico-debug is using this memory
3838
- GIMMECACHE only: SRAM 0x2003C000 to 0x2003FFFF must not be used by user code
3939
- user code cannot reconfigure the PLL_USB, as the USB peripheral needs this
40+
- after loading the pico-debug .uf2 and subsequently starting to run user code, CLK_SYS starts in a configuration where it is being fed by the 48MHz PLL_USB; Pico SDK users shouldn't care, but bare-metal developers might want to know this
4041
- the USB peripheral is used to provide the debugger, so the user code cannot use it as well
4142

4243
## License

0 commit comments

Comments
 (0)