Maximilian Gerhardt
Maximilian Gerhardt
From OpenOCD commands like `monitor init` and `monitor reset halt` are available to reset (and halt after reset) the chip. ([docs](http://openocd.org/doc/html/GDB-and-OpenOCD.html)). When I connect to the GDB server opened by...
Cloning this repo on Windows and trying to `pip install -r requirements.txt` the file leads to a build error with an outdated Cython version. Upgrading Cython to the latest version...
1. All channels hosted at `mov3.co` are dead, the domain is no more. 2. Channels hosted at `mcas.jp` just return 504 Gateway timeout and seem dead too Please try it...
It should be documented what exact MCUs / eval / dev boards we support and what configuration options the framework each have. Also how to get started with eval boards....
PIO only has the SiFive variant but we want https://github.com/xpack-dev-tools/riscv-none-embed-gcc-xpack/releases to be same as the the MounRiverStudio at least. Toolchain can still be upgraded from that. Currently uses Windows-only packaging...
Once all existing frameworks are supposed, one can think about expanding / creating an Arduino core for these boards.
With https://github.com/Community-PIO-CH32V/platform-ch32v/commit/d451c465657bf796c1f6b57f0f0b710ab09e6d4c, we can now upload via minichlink. We can also start minichlink's GDB server and connect to it, however, the step into and step over controls in VSCode are...
With the default settings, we compile the `system_ch32v....c` file of the NoneOS SDK, which is default-configured for the development boards, requiring a HSE (external crystal oscillator of e.g. 8MHz) to...
Very sneakily, some CH32V20x and CH32V30x chips have the capability for different Flash+SRAM configurations. These seem to be programmed into the option bytes (through the flash peripheral). [Original linker scripts](https://github.com/Community-PIO-CH32V/framework-wch-noneos-sdk/tree/main/platformio/ldscripts)....
Makes a firmware for `NUCLEO-WB55RG` compile by adding the necessary PlatformIO builder script logic and a `package.json`. Should be used in combination with https://github.com/maxgerhardt/platform-ststm32/tree/stm32wb as the platform. See https://github.com/maxgerhardt/pio-grumpyoldpizza-stm32wb-test for...