Search found 3 matches

by bsundahl
Tue Jan 26, 2016 10:16 pm
Forum: DIY GPIO Code
Topic: firmware debugging
Replies: 1
Views: 14975

firmware debugging

How do you guys do debugging on this platform? This probably applies to Megasquirt code as much as GPIO. I havnt had any success getting a debugger to run. I can load code the "megasquirt way" using MS Download. That works, but then I dont have any debugger. I can use it this way, but it m...
by bsundahl
Wed Sep 23, 2015 8:46 pm
Forum: DIY GPIO Code
Topic: how to use CAN message type MSG_CMD?
Replies: 2
Views: 16860

Re: how to use CAN message type MSG_CMD?

grippo, Thanks, that fixed it. :D I guess I should have figured that out for myself, I find this in other places in the code now that you point it out. I see what you mean that digital inputs are fast and easy to re-create on another controller. What I am playing with is a door controller which read...
by bsundahl
Mon Sep 21, 2015 9:09 pm
Forum: DIY GPIO Code
Topic: how to use CAN message type MSG_CMD?
Replies: 2
Views: 16860

how to use CAN message type MSG_CMD?

I wonder if I could get some help from the GPIO gurus on sending a CAN bus message. My code is based on GPIO_Template_1101. I am trying to "push" 8 bytes of data between two identical tables on two GPIO boards using a CAN bus MSG_CMD. I defined and allocated a new table (my_door), and put ...