From 7c746987f70cdc81d1cecd81e0a7d9807d66fd02 Mon Sep 17 00:00:00 2001 From: Peter Lawrence <12226419+majbthrd@users.noreply.github.com> Date: Sat, 14 May 2022 10:08:08 -0500 Subject: [PATCH] modified README.md in response to #21 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a7e584f..59f397c 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ The specifics are: - MAXRAM only: the flash cache cannot be used by the user code, as pico-debug is using this memory - GIMMECACHE only: SRAM 0x2003C000 to 0x2003FFFF must not be used by user code - user code cannot reconfigure the PLL_USB, as the USB peripheral needs this +- 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 - the USB peripheral is used to provide the debugger, so the user code cannot use it as well ## License