Have you tested your program on the VEX1/WAY1? I am running a WAY1 if needed.
Is there anywhere I can get a copy of your program? I would be interested in what it produces.
Al McGee
408 stroker in a F150
Search found 6 matches
- Fri Apr 12, 2013 5:30 pm
- Forum: EECGeeks
- Topic: ECU Probes, Software and Decompilers?
- Replies: 24
- Views: 31968
- Fri Apr 12, 2013 5:10 pm
- Forum: EECGeeks
- Topic: Memory Mapped I/O configuration
- Replies: 13
- Views: 24478
Re: Memory Mapped I/O configuration
In looking at the A9L the code is at : 26BD - 26EC. Anyone have a clue? $0930 is only read in this part of the code.
Please help
Al McGee
Please help
Al McGee
- Fri Mar 15, 2013 2:58 pm
- Forum: EECGeeks
- Topic: Memory Mapped I/O configuration
- Replies: 13
- Views: 24478
Re: Memory Mapped I/O configuration
I forgot to say that the bits listed above seem to be from the LSI/O port 0xD3. Bit 5 is used as the divert valve for the EGR.
Al
Al
- Fri Mar 15, 2013 2:51 pm
- Forum: EECGeeks
- Topic: Memory Mapped I/O configuration
- Replies: 13
- Views: 24478
Re: Memory Mapped I/O configuration
As I have continued my work. it seems that Reg D3 is loaded from Reg 03 but 2 bits at a time? It seems that the output bit 5, AIRD is written straight to R47 which is written to R03. Is Reg 03 only writeable as a byte and to read as 2 bits (0,1) at a time? I would think this part of the code would b...
- Mon Mar 04, 2013 1:41 pm
- Forum: EECGeeks
- Topic: Has anybody used the factory EEC-IV diagnostic tools?
- Replies: 18
- Views: 29485
Re: Has anybody used the factory EEC-IV diagnostic tools?
I use the Genisys scan tool. It allows saving the complete datastream for any of the OBD-I and OBD-II with the supplied software it allows the data to be saved as a cdf (*.txt) witch EA will read. with additional addons you can access the ABS, Air Bag and inport vehicles, Big Rigs. A 4 channel Scope...
- Sun Mar 03, 2013 12:33 am
- Forum: EECGeeks
- Topic: Memory Mapped I/O configuration
- Replies: 13
- Views: 24478
Memory Mapped I/O configuration
I have been working on a full dis assembly of the way1 (VEX1) for a while now. I was wondering if anyone had gotten the memory Mapped Inputs at $0xD3 Identified as to the port numbers and if there is a control register. The WAY1 uses bits 2,3,4, and 6. ;* Bit 2 RPAxx IPSPS ;* Bit 3 RPAxx ITCS ;* Bit...