2022-12-03 19:07:40 +08:00
..
2022-02-20 12:48:07 +08:00
2022-12-03 19:07:40 +08:00
2022-02-20 12:48:07 +08:00
2022-02-20 12:48:07 +08:00
2022-02-20 12:05:33 +00:00

pikascript in pico

This bsp is based on https://github.com/GorgonMeducer/Pico_Template.

and https://github.com/raspberrypi/pico-sdk

To see the LICENSE

And this bsp is an MDK-keil project.

Usage

  1. Run and install the GorgonMeducer.perf_counter.x.x.x.pack (double click)

  2. Boot the Pico with the BOOTSEL button pressed.

  3. Drag and drop pico-debug-gimmecache.uf2 to RPI-RP2 mass-storage driver in the explorer. It immediately reboots as a CMSIS-DAP adapter. Pico-debug loads as a RAM only .uf2 image, meaning that it is never written to flash and doesn't replace existing user code.

  4. Open the MDK/mdk projcet.

  5. Compile and Debug

  6. The printf is connected to usart debug viewer.

image