Rufus V. Smith

Results 7 comments of Rufus V. Smith

You should do a better job checking the return code from CAN.begin(). It will give you a clue about why can init is failing. For example: `SERIAL_PORT_MONITOR.println(CAN.begin(CAN_500KBPS));`

You should at least check the return value from CAN.checkReceive() to see what the result code is. That could be a clue to your problem. The fact that it is...

Are you using python 2.7 or 3.x? The fact that you are in a subdirectory of Anaconda3, I think it's python 3. If you are using python 3, you need...

I just ran with the following configuration for My Renesas e2studio: Board: Custom User Board (Any Device) Device: R7FS5D97E2A01CLK Toolchain: GCC ARM Embedded Toolchain Version: 10.3.1.20210824 SSP Version: 2.2.0 All...

e2studio didn't like running with a non-standard toolchain. I finally got the new toolchain to compile the program by selecting "non-installed" toolchain and giving it the path. Then I had...

is there any form of workaround until they get around to fixing this? Or is it unfixable? We are now in 2020 and the issue still exists.