Results 1 to 15 of 511

Thread: Corvette CCM Reverse Engineering Anyone?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #29
    Fuel Injected! spfautsch's Avatar
    Join Date
    Apr 2015
    Location
    Montgomery City, MO
    Age
    53
    Posts
    883
    See my edit to the previous post. When I'm done celebrating I'll show my work in detail.

    Edit: So I basically just copied the example from page 60 of the datasheet. I found it on some some electronics reseller's site here: 68hc11e datasheet but I'm sure there are other / better / different copies floating around.

    Bear in mind that I was changing a #$39 byte to #$30. If any 0 bits needed to change to 1s I would have had to first erase the byte before writing.

    Code:
    0660008630c602f7103bb7b7ffc603f7103b
    
    mode 6 payload breakdown:
    8630 ldaa #$30        load $30 into register a
    c602 ldab #$02        load $02 into register b
    f7103b stab $103b     store register b contents to address $103b - set EELAT bit - enables write mode to eeprom
    b7b7ff staa $b7ff     store register a contents to address $b7ff (last byte of eeprom)
    c603 ldab #$03        load $03 into register b
    f7103b stab $103b     store register b contents to address $103b - set EPGM bit - enables programming voltage
    
    # note - example jumps to a delay 10 ms routine, I simply sent the next command as quickly as possible after the previous 06 payload
    
    0660007f103b
    
    mode 6 payload breakdown:
    7f103b clr $103b      clear EELAT and EPGM bits and return to read mode
    Obviously working on multiple bytes more logic will need to be involved - i.e. waiting 10ms after enabling programming voltage, etc.

Similar Threads

  1. car bogs down when switching into reverse/D
    By CAMMED LT1 in forum GM EFI Systems
    Replies: 4
    Last Post: 09-27-2021, 12:34 AM
  2. 12212156 code reverse engineering project in Ghidra
    By dzidaV8 in forum OBDII Tuning
    Replies: 8
    Last Post: 01-13-2020, 11:04 AM
  3. Help!! 93 Lt1 6M Reverse lockout
    By noeysuarez in forum GM EFI Systems
    Replies: 3
    Last Post: 09-14-2017, 08:17 AM
  4. 4l60e reverse boost valve location and procedure
    By JTodd in forum Introductions
    Replies: 1
    Last Post: 04-19-2013, 01:20 AM
  5. T56 reverse lockout options with TBI PCM
    By CDeeZ in forum GM EFI Systems
    Replies: 1
    Last Post: 02-26-2013, 05:06 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •