Search found 16 matches
- Sun Aug 11, 2013 10:14 am
- Forum: DIY GPIO Code
- Topic: Base GPIO code to work from?
- Replies: 50
- Views: 980456
Re: Base GPIO code to work from?
since the page you linked is referring to the MS2, is it consistent with the MS3 too? If not, what are the differences?
Where do I find the respective table numbers and offsets?
Sebastian
- Mon Aug 05, 2013 11:56 am
- Forum: DIY GPIO Code
- Topic: Base GPIO code to work from?
- Replies: 50
- Views: 980456
Re: Base GPIO code to work from?
I have now installed the GPIO with my MS3 and another CAN controller in my car and I managed to get a connection on first try (positively surprised there ;) ).
MS3 is CAN ID 0, GPIO is ID 1 and the other controller is ID 2.
Problem is: When connecting to the GPIO by ...
- Thu May 09, 2013 2:50 am
- Forum: DIY GPIO Code
- Topic: VRx Interrupt calls
- Replies: 2
- Views: 75380
Re: VRx Interrupt calls
thank you, that was extremely helpful - especially the first paper with general info as it contains the table mapping (page 16) that I couldn't find in the manual or the code itself.
That table was exactly what I was looking for
Sebastian
- Wed May 08, 2013 11:12 am
- Forum: DIY GPIO Code
- Topic: VRx Interrupt calls
- Replies: 2
- Views: 75380
VRx Interrupt calls
I'm struggling to get the VR Sensor inputs to work. I've managed to successfully read VR1 on PT0 by modifying the template's "VSS_timer" Interrupt Service Routine.
When trying to read the other sensors though, it seems that another ISR is being called that jams my controller in an ...
- Sun May 05, 2013 10:52 am
- Forum: DIY GPIO Code
- Topic: GPIO CPU Pinout
- Replies: 6
- Views: 113382
Re: GPIO CPU Pinout
I'm quite familiar with the design and adaptation of electric circuits, thank you. (I'm studying electrical engineering at the moment)
I just have been a little confused because the docs were somewhat unclear about what part is "general" and what part belongs to the MShift project.
On the ...
- Sat May 04, 2013 7:46 am
- Forum: DIY GPIO Code
- Topic: GPIO CPU Pinout
- Replies: 6
- Views: 113382
Re: GPIO CPU Pinout
Maybe then you should make that a little more obvious in the guide itself.
-Sebastian
- Sat May 04, 2013 6:14 am
- Forum: DIY GPIO Code
- Topic: GPIO CPU Pinout
- Replies: 6
- Views: 113382
Re: GPIO CPU Pinout
But that gives me another question regarding that pin header: in the assembly guide (http://www.msgpio.com/manuals/assemble.htm) it is required to jumper PT7 to VB1 and AD1 to GPI2. What is the purpose of these jumpers?
Sebastian
- Sat May 04, 2013 3:37 am
- Forum: DIY GPIO Code
- Topic: GPIO CPU Pinout
- Replies: 6
- Views: 113382
GPIO CPU Pinout
I'm trying to adapt the template GPIO code to suit my needs (1x EGT, 4X VR vehicle speed and possibly other stuff later).
Working through the code I have met a problem I find myself unable to resolve on my own:
I can't find a map explaining the connections between the PCB's circuits ...
- Thu May 02, 2013 11:02 am
- Forum: DIY GPIO Code
- Topic: Base GPIO code to work from?
- Replies: 50
- Views: 980456
Re: Base GPIO code to work from?
you're the best! Thank you!
With this firmware and INI, everything works as it should and I can connect to the GPIO by serial cable as well as by CAN pass through.
Now I can move on to the "real" challenge in my project: getting the EGT1 and VR 1 through 4 to work and display ;)
-Sebastian
- Tue Apr 30, 2013 7:46 am
- Forum: DIY GPIO Code
- Topic: Base GPIO code to work from?
- Replies: 50
- Views: 980456
Re: Base GPIO code to work from?
I've managed to access the GPIO by serial connection while having it connected to my MS3 by CAN. I can play a little with my stim's inputs and it gets recognized by the GPIO (for example the RPM inputs).
However, I'm still unable to access it by CAN pass through. I ...