-
Notifications
You must be signed in to change notification settings - Fork 34
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
The library is not working, please correct. #11
Comments
I don't understand why you are having so many issues. Several others are using the library without issue. Using 'begin' with different signatures is standard C++. The STM32F103C8T6 hardware does not support USB and CAN at the same time. I use VS Code and the PlatformIO plugin and everything works fine. |
Valid, same as #15
Correct, thanks for the solution.
Invalid, that's no problem, see below
Invalid: As @exothink said correctly, using 'begin' with different signatures is standard C++.
Yes, it got stuck in Line 85/86 here, too. But then I found out that my bluepill is a clone without CAN functionality...
|
Bluepill STM32F103C8T6 generic_boot20_pc13
http://dan.drown.org/stm32duino/package_STM32duino_index.json
they work in the slow and fat library at the link
https://github.com/stm32duino/BoardManagerFiles/raw/main/package_stmicroelectronics_index.json
the same thing with the bpCanBlink.ino example, digitalToggle () does not work in it
Solution: replace 12 variables with uint32_t, use digitalToggle -> static void instead
There is no debugging on this Arduino software, so I was very disappointed that I could not start CAN with the USB library. Now I have to use Cub for my task, but so far I have not come up with a beautiful solution with a bootloader.
The text was updated successfully, but these errors were encountered: