You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The compatibility is not perfect though — in my testing of some GD32F103 and GD32F303 chips I found that the implementation of the I2C peripheral is subtly different from the original ST one, and the ChibiOS I2C driver does not work properly on those chips.
And yes, GD32F303 is more like an extended STM32F103, not STM32F303, despite its name. And the STM32F103 series is split into low, medium, high and XL-density variants, and GD32F303 chips fall into the high-density variant due to their flash size; supporting such chips properly requires some extra defines in board.h to specify the proper size variant.
Feature Request Type
Description
Will QMK support GigaDevice F103x or F303x series of microcontrollers in the future?
The text was updated successfully, but these errors were encountered: