Search found 3 matches

by inF1704
Mon Dec 02, 2024 8:17 am
Forum: Hardware
Topic: TWAI Driver Installation Fails with IRAM Enabled on ESP32-S3
Replies: 3
Views: 2231

Re: TWAI Driver Installation Fails with IRAM Enabled on ESP32-S3

Hello username,

that is a good point. I will try to test it without the FLAG.

Code: Select all

g_config.intr_flags = ESP_INTR_FLAG_IRAM;  // Fails with 0x102[/quote]
by inF1704
Fri Nov 29, 2024 9:37 pm
Forum: Hardware
Topic: TWAI Driver Installation Fails with IRAM Enabled on ESP32-S3
Replies: 3
Views: 2231

Re: TWAI Driver Installation Fails with IRAM Enabled on ESP32-S3

Was anybody successful in a project to implement TWAI ISR in IRAM?
by inF1704
Fri Nov 22, 2024 7:55 pm
Forum: Hardware
Topic: TWAI Driver Installation Fails with IRAM Enabled on ESP32-S3
Replies: 3
Views: 2231

TWAI Driver Installation Fails with IRAM Enabled on ESP32-S3

I'm experiencing issues with the TWAI driver installation on an ESP32-S3 when trying to enable IRAM functionality. The driver works perfectly without IRAM flags but fails with error 0x102 when IRAM is enabled.

Hardware Setup

- ESP32-S3
- SN65HVD230 CAN transceiver
- Standard CAN bus termination ...

Go to advanced search