fan2nd
fan2nd
# Description The official full-featured DAPlink supports JTAG protocol, and the standard RISC-V MCU now only supports jtag debugging protocol. You can now use the DAPlink thith JTAG to debug...
I want rp2040 to run in run-in-RAM mode and use qspi-io as normal io, but the relevant functions are not provided in the sdk.
Refrence to RM0008 Rev21 14.4.13
I wrote a lowpowerExecutor according to embassy-stm32 `mod low-power`. Before WFE, I configure the stop mode as needed, and after WFE, I reconfigure the clock tree. However, many times the...