Hello. I am trying to debug custom msp430f47187 board with new gcc tools. It was a little tricky to connect with a platform.io debugger, but i did that. There is one problem: i cant view core register and peripheral registers values. Is it implemented for msp430? Or i should make something like: create my own .svd or something like this?..
I have manually started gdb_agent and load firmware. Then i have attached debugger via “PIO Debug without uploading”
*.ini:
[env:stable2]
platform = https:_github.com_maxgerhardt_platform-timsp430.git (fixed to be not a link)
board = lpmsp430f47187 (created by me)
board_build.mcu = msp430f47187
board_build.f_cpuio = 16000000L
debug_tool = custom (in lunch.json i specified toolchain dir)
debug_port = :55000
platform_packages =
toolchain-timsp430@https:_github.com_maxgerhardt_pio-toolchaintimsp430-new.git
P.S. own svd seems working for peripherals, but i stiil cant view core registers.