Skip to content
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

Update esp32_can_builtin_lowlevel.cpp #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lutzh86
Copy link

@lutzh86 lutzh86 commented Nov 28, 2022

No description provided.

@gbkwiatt
Copy link

Did anyone managed to have this library working with S3? My board keeps crashing on Can0.begin() so I am guessing it's still not fully compatible ?

@lutzh86
Copy link
Author

lutzh86 commented Dec 18, 2022

works for me with my adjustments

@gbkwiatt
Copy link

works for me with my adjustments

Tried your path-1 branch and same result - ESP32 S3 keeps rebooting on CAN0.begin()

@lutzh86
Copy link
Author

lutzh86 commented Dec 18, 2022

is ur source online, i would check

@gbkwiatt
Copy link

is ur source online, i would check

I;ve used this code, but without BT stuff
https://github.com/MagnusThome/RejsaCAN-ESP32/blob/main/examples/Listen%20to%20all%20CAN%20broadcasts%20(over%20Bluetooth%20and%20Serial)/getallBT.ino

Also I've managed to get CAN bus read with TWAI example from here
https://github.com/Sheimy/TWAI_S3_LISEN/blob/master/src/main.cpp

@lutzh86
Copy link
Author

lutzh86 commented Dec 18, 2022

@gbkwiatt
Copy link

can u trx the built in exmaple? https://github.com/lutzh86/esp32_can/blob/master/examples/CANTestESP32_BuiltIn/CANTestESP32_BuiltIn.ino

Same, like I've mentioned - it crashes on setup on CAN0.begin(500000);

@lutzh86
Copy link
Author

lutzh86 commented Dec 19, 2022

I have the same when using QSPI instead of DIO. I need to check if underlying stuff changed, because it works on my S3. Maybe hardware?

@gbkwiatt
Copy link

I have the same when using QSPI instead of DIO. I need to check if underlying stuff changed, because it works on my S3. Maybe hardware?

That's the exact hardware I am using
https://github.com/MagnusThome/RejsaCAN-ESP32/blob/main/Schematics/Schematic_RejsaCAN%20v3.2.png

@Pacerino
Copy link

I'm misusing this PR now.
@gbkwiatt Did you solve the crash issue? Got my board a few weeks a go and my board keeps crashing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants