i've been running various versions before i ever started this thread, if that's any indication.
Announcement
Collapse
No announcement yet.
nAst1: Progress and Concepts Thread
Collapse
X
-
I've been running 1.05 in my daily driven fiero for about 4 months now but I never did get the idle right (idles rich). Not sure if it has to do with the injectors I'm using though (stock 3500).'89 Firebird, 3500 Turbo, T56, 9-bolt/4.11
'86 Fiero, 3500, 4-speed
Comment
-
Originally posted by robertisaar View Postwell, here is 1.06.
i need my damn MEMCAL back to test the ability to use 64KB BINs(i'm not sure how well my G3 adapter is reacting to it) after some internal modifications to the PCM. GM, for whatever reason, connected 5V to the highest address pin on the MEMCAL connector(essentially only allowing 8000-FFFF to be usable on the PROM, instead of the potential 0000-FFFF range not counting the adresses taken up by the RAM and registers), so i did a quick mod to remove the 5V applied and have it switch as necessary, but i haven't been able to test it yet. this is pretty much a requirement to move much further forward, since PROM space has quickly run out.
Been dissasembling on 12p yet? Some good idea's there.
Comment
-
that's right..... they essentially flash portions the NVRAM instead of the entire block(except for the initial burn in a programmer), essentially like what is done with OBD2 in case of a bad flash, so it doesn't kill the OS.
they're still running with a 32KB BIN as well... i do need to see what all fat i can trim out of the stock cals.... factory test never gets used, neither does any of the HUD stuff, it just sits there and takes up space and processing cycles to bypass it.
Comment
-
while extremely interesting(and surprisingly easy to impliment), i don't think i would want that to happen without my inspection and approval...... that's just asking for a bad O2 sensor to take out the engine. if some significant limits were put in place(can only adjust so far up or down), i could see it being useful and relatively safe.
Comment
-
Spent a little too much time researching the hardware side of the P4 ECM today... Anyways, after reading about adding SRAM and NVSRAM modules it looks like you might need to have additional hardware in order to use any part of the other 32k address space. All the chips on the 16 bit bus look to have CS/CE (chip select/chip enable) pins and OE (output enable) pins or some other similar method to select a particular chip to read/write from, I'm not sure that simply adding the A15 wire will do anything as the 68HC11 probably has the EEPROM address space hard coded as far as CE/OE goes. Either way, the CE and OE need to be drawn low in order for the EEPROM chip to output anything onto the bus.
It should be possible to either use a 64k chip and manually (through hardware) map certain address ranges or use a second PROM/NVSRAM chip and map it to those addresses. The implementation of the custom SRAM mod to the '730 which turned into the 4k NVSRAM mod goes into this somewhat.
I really hope I am wrong and that GM was lazy and it somehow works, but if it doesn't there still appears to be other ways to get the additional space.
Comment
Comment