Mainly refer to "AG32 Development Environment Construction.pdf" and "AG32 Getting Started in VSCode_20230423.pdf"
Install AgRv_pio, this is the SDK package
vscode needs to wait patiently for the PlatformIO plugin to be installed. You can see that it is still initializing in the lower right corner.
Use vscode to open the example in the SDK installation directory (sdk-release\AgRV_pio\platforms\AgRV\examples\example)
Then click on the platformio icon
Click the check mark in the lower left corner to compile, or run New Terminal and enter the command to compile successfully.
Prepare a Jlink and configure the jlink tool
After the compilation is complete, click upload in the lower left corner, and the result fails.
Need to change the board to agrv2k_407, the burning is successful