Deeptha1212
Deeptha1212
I am using a CMSIS-SVD file that defines some registers with `64` (64-bit registers). When loading this SVD in PlatformIO (via debug_svd_path), I get the following error: Register ``SHA_INPUT`` has...
I’m working with a custom RISC-V 64-bit SoC. The PlatformIO support for this SoC is still under development, and I am part of the team building that integration. As part...
When debugging with PlatformIO in VSCode, I frequently encounter the error message in the peripheral viewer whenever I try to open one of the peripherals in the viewer: ``Internal error:...
I’m working with a **custom RISC-V 64-bit SoC** (derived from the Shakti processor family). The **PlatformIO support for this SoC is still under development**, and I am part of the...
Hi everyone, I’m working on debugging a RISC-V 64 SoC (based on the Shakti processor) and I’m using an SVD file to describe my peripherals and adding it to the...