Search found 1 match

by techie317
Thu Oct 23, 2025 5:59 am
Forum: ESP-IDF
Topic: TWAI node error 0x8
Replies: 1
Views: 3088

TWAI node error 0x8

I created the following code.
The node returns a 0x8 error and fails to send.

I created it based on the official example, but I can't figure out what's causing the problem.

Is anyone else experiencing the same situation?


#include <stdio.h>
#include <string.h>
#include <sys/param.h>

#include ...

Go to advanced search