-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can bus example #7
Comments
Can you point to a specific one for a chip series? Like https://github.com/CommunityGD32Cores/gigadevice-firmware-and-docs/tree/main/GD32F1x0/GD32F1x0_Firmware_Library_V3.3.2/Examples/CAN? |
Hi @maxgerhardt |
Can you link to which board exactly that is? You should be using an example from https://github.com/CommunityGD32Cores/gigadevice-firmware-and-docs/tree/main/GD32F10x/GD32F10x_Firmware_Library_V2.2.2/Examples/CAN for a F10x chip. (Above is F1x0) |
The GD32F105 should be binary backwards compatible to the STM32F105, so you can technically use STM32Duino and all the regular CAN libraries for it (like https://github.com/vell001/STM32CAN). Though due to licensing terms ("code is only to be run on genuine STM32 devices"), you also technically forbidden to do that. We will add a "native" CAN SPL example here. |
Add gd32-spl-can example please
Thanks
The text was updated successfully, but these errors were encountered: