mcu-debug / peripheral-viewer

Standalone Peripheral(SVD) Viewer extension extracted from cortex-debug, now works with any debugger
MIT License
10 stars 5 forks source link

Incorrect indication of read-write access #19

Open AndreySmirnov81 opened 1 year ago

AndreySmirnov81 commented 1 year ago

изображение

изображение

Because of this, it is also impossible to Update the register or its field.

SVD file: STM32F103.svd.txt

TheSeven commented 1 year ago

Same issue with all SVD files that I've tried so far (e.g. RP2040).

kossnikita commented 8 months ago

Cause peripheral is read-only by default https://github.com/mcu-debug/peripheral-viewer/blob/ece818961b1c29d202cdd888a61c638945813a50/src/views/nodes/peripheralnode.ts#L49

Check PR