Closed mayjack0312 closed 10 months ago
I imported the URL you provided However, when searching for the development board, there was a problem that it could not be found.
We definitely have E23x support per
The core is called "GigaDevice GD32".
It might have a problem with the older version of the core still installed now. Did you remove it before switching to the new URL? If not, try and find your Arduino installation folder and delete anything GD32 from it. (C:\Users\User\AppData\Local\Arduino15\packages
, hardware
, ..)
Ah. Arduino IDE 2 is special, my bad. It needs the SHA hash to be valid. Let me double check.
I checked all the contents of the subordinate folders and found the content containing gd32 in stm32duino. I have deleted it, but the development board information is still not found. It may also be related to the version. The IDE2.2.1 version has changed a lot.
Can you try this board URL:
https://raw.githubusercontent.com/CommunityGD32Cores/arduino-board-index/main/package_gd32_index.json
and search for "GD32" as the core.
Can you try this board URL:
https://raw.githubusercontent.com/CommunityGD32Cores/arduino-board-index/main/package_gd32_index.json
and search for "GD32" as the core.
Okay, I tried the new link and it came out with something, but it didn’t seem to be the GD32E23x I wanted.
The first one is still correct. We have not yet included all boards in the description.
Edit: I am seeing a checksum error, will try to fix shortly...
The first one is still correct. We have not yet included all boards in the description.
Okay, that's great, thank you for helping me solve this big problem
The first one is still correct. We have not yet included all boards in the description.
Edit: I am seeing a checksum error, will try to fix shortly...
Thanks for following up on this question, this is a meaningful update
now this error I have to reopen this issues O(∩_∩)O~
This should be working now after I made the updates.
C:\Users\<user>\AppData\Local\Arduino15\package_gd32_index.json
C:\Users\<user>\AppData\Local\Arduino15\staging\packages
This should be working now after I made the updates.
- Remove the GD32 URL from File -> Preferences -> Board Manager URLs
- Close VSCode
- Delete
C:\Users\<user>\AppData\Local\Arduino15\package_gd32_index.json
- Delete all files in
C:\Users\<user>\AppData\Local\Arduino15\staging\packages
- Restart VSCode
- Add back GD32 URL
- Install GD32 again
A very perfect solution, it can be successfully installed after this operation. Currently it solves my problem Thanks♪(・ω・)ノ
Great, just remember to select the right board, chip and upload method, too.
Great, just remember to select the right board, chip and upload method, too.
Okay (^o^)/~
I tried
https://raw.githubusercontent.com/CommunityGD32Cores/GD32Core-New/main/package_gd32_index.json
However, no support related to GD32E23x was found in the development board manager.