github0null / stm8-debug

STM8 Debugger for vscode
MIT License
10 stars 2 forks source link

Peripherals and watch #6

Closed ThatLuckyDay closed 3 years ago

ThatLuckyDay commented 3 years ago

Another question, do the peripheral and watch tabs work? How to load microcontroller registers into the Peripherals tab?

github0null commented 3 years ago

You should create a svd file for your chip.

There are some descriptions at the plug-in 's home page, you can reference it

ThatLuckyDay commented 3 years ago

Exactly) Thanks again!