Originally Posted by judges
True, except for RY/BY.. 
|
I must insist. ALL lines including RY/BY.

If you leave RY/BY unconnected, well... look at NORway.c:
Originally Posted by NORway.c; lines 231/232
CONT_DDR &= ~(1<<CONT_RYBY); //except RY/BY# (input)
CONT_PORT |= (1<<CONT_RYBY); //enable pull up
|
You have a pull up forcing high level(= READY) state on that line when unplugged. You'll need a pull down, not up, to truly get RY/!BY chip status..
Originally Posted by judges
Shouldn't be required (check your eMail). Too bad that you've disconnected Teensy from your troublesome console...
|
I've successfully downgraded a SLIM yesterday. Now i resoldered the FAT one, and im trying to revive this bricked one right now.
Originally Posted by judges
Just finished NORway v0.4 beta 10. Implemented CrackMyDay's excellent bulk writing method, which reduces programming time for "writeword" mode from 60mins to less than 10mins. "writewordubm" mode also doubled its speed (<10mins now).
|
Im glad to help.
Keep it coming.
Cheers.