Adrian Del Grosso

Results 44 comments of Adrian Del Grosso

The C++ stack already does this for DDI's at least, so maybe it can be inspiration: https://github.com/Open-Agriculture/AgIsoStack-plus-plus/blob/main/scripts/code_gen_ddi_database.py

Now that I can work on the VT properly, I think it makes sense to squash all this and merge it in, and then make incremental reviews as we iterate...

Interesting... sending a clear to send with more frames than our request is unusual behavior on John Deere's side. And, getting an object pool transfer response so early is strange...

Yeah, so, looking at the CAN trace, the Deere display isn't aborting the ETP session, and is sending an incorrect transfer response, which is what's causing the issue. I also...

Update: Might be related to/same issue as #476, possible fix in #479

@trm01 If you're still around, since #479 this might be fixed in the stack, could be worth re-testing with the frames per DPO set to 255 and your above modification...

Going to close for now since I suspect this was fixed in #479. Feel free to re-open it if it's still an issue!

Marking as ready since it's now tested. It's a bit more invasive than I expected I guess, but latching onto the CMSIS abstraction for RTOSes seems very valuable, as it...

NTCAN added in #504

I'll take a look at it and make some comments. Something like this has been requested before, so it could be helpful for people who do not want to do...