prosper00

Results 10 issues of prosper00

When I try to upload a program with stlink (Sketch->Upload Using Programmer), it compiles but fails with the error "Error while uploading: missing 'program.params.verbose' configuration parameter". If I export the...

Linux (Ubuntu 20.10): ``` $ wchisptool Error while bulking in: LIBUSB_ERROR_OVERFLOW Libre CH551 Flasher 2018 The chip id 0x00 is currently not support in this program ``` I did get...

I've ported this over to run on an STM8S103F3 'minimum development board.' See https://gist.github.com/prosper00/f660fc299ad11a0ee02f94dce16487ae

**Summary**       I recently bought a stack of puya py32 mcu’s after reading this [article](https://jaycarlson.net/2023/02/04/the-cheapest-flash-microcontroller-you-can-buy-is-actually-an-arm-cortex-m0/)        I’ve been testing them out using the SDK [here](https://github.com/IOsetting/py32f0-template)        I noticed that many of...

Occasionally, I get failures to connect to the target. GDB reports as follows (below), and hangs there. I'm not able to reproduce this behavior reliably - it seems pretty random....

see https://github.com/pyocd/pyOCD/issues/1646 Workaround is to use versions earlier than 0.36. Or use https://github.com/probe-rs/probe-rs - supports the hk32f030m, and is quite a bit faster than pyocd anyway.

I've recently noticed some issues with 0.36 release (also the 0.36-dev) series. Reverting to an earlier version of pyocd (in this case, 0.35-dev), and everything flashes (and functions) as expected....

I notice that most of the examples ignore #defined values from the header file, in favour of simply using a number; example: `GPIOC->CFGLR &= ~(0xf

First: thanks for your work on this, this is great! Second: do you know if there exists any documentation for the peripherals libraries? They look like clones of the ST...