-
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
Adding CAN driver example #14
Comments
sorry, I don't quite get your point. Do you want to provide or do you ask for a CAN example? If the first: thanks a lot! Just make a pull request. If the latter: I have very little experience with CAN and no node to test it with. Therefore I propose you download the STSW-STM8069 (=SPL for STM8S) from the STM homepage. It contains a CAN example, which you can use as a starting point. And when you're done, it would be highly appreciated if you provided an example here via pull request :-) PS: if you use SDCC compiler, you can find a respective patch for the SPL sources here |
Will be adding the PR 😅. |
perfect :-) |
I just checked and according to the datasheet the STM8S003F3 does not support CAN module |
Yeah Found that out. Will be using stm8s207 nucleo board. That have the CAN module |
Some Variants of STM8S comes with a beCAN Module (Basic Enhanced CAN)
Will be adding an example (with mostly a sort of lib) to use beCAN.
Hardware Availability for me : STM8S003F3
The text was updated successfully, but these errors were encountered: