david-res
david-res
Try to use `digital.pinMode(23, INPUT, RISING);` on your Rx pin (I use CAN1 on the T4) This will work only in hibernate mode. Otherwise, you will need to reinitialise your...
@dufi2profor I'm using the TI SN65HVD230, but I just had a look at the TJA1005 and it looks interesting - do you mind sharing a schematic of how you have...
Actually, I just saw the 1055 limited to 125Kb/s baud rate, I'll stick with the SN65HVD230 in this case as I need 500Kb/s. I put the 230 into sleep mode...
Got it. So ideally a smaller user defined iso tp buffer per MB would be ideal for me. It just makes it easier code wise to reconfig the mb callback/buffer...
Thanks for the fast patch! Unfortunately it doesn't work.. `Add serial device '292b4088347d6' on iface 1 - USB VID/PID = 16c0:04d5, USB location = usb-20-3-3-1-4 - USB manufacturer = Teensyduino,...
Hi @Koromix! Have you had time to take a look at the log? When using luni’s TeensyShap lib, we found that we needed to allow the tool to try write...
I think if you increase the number of attempts [here](https://github.com/Koromix/tytools/blob/master/src/libty/class_teensy.c#L760) to 250 `r = halfkay_send(iface->port, halfkay_version, block_size, address, buf, buf_len, 250);` And increase the timeout [here](https://github.com/Koromix/tytools/blob/master/src/libty/class_teensy.c#L626) to 500 `hs_delay(addr ?...
Still seeing the same issue unfortunately, but takes a bit more time for the error to come up now. So its down to timing/retries. This is how we did it...
@ssilverman Is this implemented in the latest teensy pio package?
> > @ssilverman Is this implemented in the latest teensy pio package? > > I’m unclear what you’re asking? Does the latest release of Teensy for PlatformIO contain the ability...