Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
- Xcat
- Messages
Search
Re: Has anyone fully decoded the X9000 memory mapping?
I just ran through every pin one at a time with it running in continuous mode and verified they went inactive while comparing to the datasheet. Each seems to be accurate. The LA software pins are zero?based numbering so each pin is off by one so I just focused?on my labels. I am not using any sort of trigger other than Simple Trigger with no specific triggers enabled. I was hoping I could do CE low as a trigger and it only show data when that line is low but that doesn't work. There is probably a way to setup?advanced?trigger to do that but I haven't figured it out yet. Here is another upload. It's a 5 second 50 MHz read. On Sun, Aug 7, 2022 at 12:33 PM swguest via <swguest=[email protected]> wrote: I was typing the same time you were....... |
Re: Has anyone fully decoded the X9000 memory mapping?
That's the great thing about standards,,,there are so many to choose from!
IEEE uses the same as resistor/cap color code. ICEA uses a repeating patern adding different color traces to each tier. ISA/IEDA has their own means too, as does anything that comes from Europe and Japan. It is a PITA fixing engineering's screw ups to interface German or Japanese equipment to ICEA power/control cables and a DCS designed per ISO standards. Hated the OT but loved the paycheck. On one GE frame 5 co-gen project, GE basicly told us, "We provide the package. It's up to you to figure out how to make ours stuff interface to your equipment"? ............REALLY loved those paychecks! That's the only pinout for a 2816 that I'm aware of so I'd presume the ,pdf is the correct one as well. It is busy running it's "main loop", accessing the FW for the next instruction, refreshing the WDT, maybe managing the audio shaping circuitry and what ever else is in it's perview to maintain per the FW instructions. I dont expect a read of the codeplug unless requested by a mode change, or scan is enabled, maybe a squelch break will cause some traffic for the digital side of the audio circuits. I imagine it already has the frequency data and PL data from the index/pointers in RAM for the mode you are sitting on. ? Yes, I suspect keeping up with all the physical and mental portions of these diagnostics is taxing.... Please, allow me consume another cold adult beverage for you in honor of your efforts..... |
Re: Has anyone fully decoded the X9000 memory mapping?
The LA has fly leads that plug in groups of four and the colors> repeat since there aren't enough different colored wires for each pin > to be unique. It's a shame no one ever came up with a standard-ish color code scheme for large groups of wires. :) De |
Re: Has anyone fully decoded the X9000 memory mapping?
Let me check it all again. I did drag some pins around in the program to keep things grouped but that just moves them in place and doesn't alter the data of course. I'll check it again and upload another file and do some other tests. It's difficult to discern what it's doing because the thing is so active even when idle. I can remove each line one at a time and do a run to see what remains idle for confirmation. It's also difficult to keep track?of all the leads. The LA has fly leads that plug in groups of four and the colors repeat since there aren't enough different colored wires for each pin to be unique.? As you mentioned the schematic is labled for a 28 pin part which is very confusing so I have ignored it and focused on the actual chip's datasheet. I believe I'm looking at the correct one. It's the only one I could find online. I was also enjoying some cold beverages which might have contributed to the chaos.? |
Re: Has anyone fully decoded the X9000 memory mapping?
Had to gig up? a 2816 and a 2864 pdf.
Knowing there is a difference and remembering what exactly it is, is two different things...lol Looks like the mismatch is just your labeling, CE and WE are swapped per your pin description, but I wouldnt expect WE to ever go low (unless being programed) so the trace data looks right. This may be just a description thing too, but addr 03 (physical pin 5)is skipped. I also wouldnt expect anything on the data lines to be relevant to the EEPROM unless both the OE and the CE are low (active). Per a previous post you have one mode programmed w/TX.RX and Alt TX and are? sitting on that mode? Let me suggest programming a second mode and manually incrementing/toggling? between the mods while observing the busses. Should see CE and OE go active at the same time then and see the data presented to the bus. I'm curious how much of the byteset it reads. Does it read againwhem tx is initiated? Inquiring minds..... |
Re: Has anyone fully decoded the X9000 memory mapping?
I am going off the SEEQ datasheet using this 2816A pinout. On Sun, Aug 7, 2022 at 11:19 AM swguest via <swguest=[email protected]> wrote: Casey, |
Re: Has anyone fully decoded the X9000 memory mapping?
That's probably just a noise glitch.
I've been looking at your trace and something doesn't look right.? For one thing OE isn't active during CE...?? If I ignore that as a wrong connection it still doesn't look right.? Two reads of the same address (108) get different results ??? Here's the? |
Re: Has anyone fully decoded the X9000 memory mapping?
Right on... So I just did a 50 MHz read. It's 124 Mb. Here is a link to it. On Sat, Aug 6, 2022 at 10:07 PM Skip Hansen <skip@...> wrote:
|
Re: Has anyone fully decoded the X9000 memory mapping?
I generally like to sample?about?4x the smallest pulse I'm looking at.? So if the shortest pulse (write line probably) is 100ns I'd set the sampling rate for 25ns (40 Mhz). Write being active while?chip enable isn't sounds reasonable, it's probably writing?to some I/O.? All we care about is what's happening?when chip enable IS active. 73's Skip WB6YMH On Sat, Aug 6, 2022 at 7:51 PM Casey Crane <ccrane148@...> wrote:
|
Re: Has anyone fully decoded the X9000 memory mapping?
OK so the CSV could be helpful but it's similar to the episode?of Halt and Catch Fire where they dump the entire BIOS chip using LEDs writing each bit on a notepad. No thanks. I exported a .dsl file and it does open up in the software and display what I was seeing so I'm going to attach that instead. It's a 20 second 1 MHz per channel read using a 2.5 volt trigger threshold voltage and instant mode and streaming mode. Radio is a lowband?unit.? On Sat, Aug 6, 2022 at 9:51 PM Casey Crane via <ccrane148=[email protected]> wrote:
|
Re: Has anyone fully decoded the X9000 memory mapping?
I just finished rebuilding my adapter thingy for EEPROM sniffing and have all the lines labeled. It was giving a fail 84 and it turns out that if anything is wrong as in being plugged in wrong or what not the?EEPROM is easily corrupted, probably the WE being engaged when it shouldn't. It seems to be solid now. ?I'm using a 2k chip so the extra 4 pins are not utilized (24 pin part). Already seeing some interesting things if my connections are correct. It appears it's hitting up the EEPROM every 4.6 milliseconds to grab some data but not all that much data, like 13 or 15 bursts of one bit width of data then it recycles but the patterns are not exactly the same. Write enable does go active quite often as well which is interesting but from what I'm seeing just in looking briefly just now it's not simultaneous to CE of the EEPROM so perhaps it's writing something else....dunno...strange.? I'm still learning DSView since everything I do involves me doing a cannonbal?into the deepest end then flailing around learning the tools and methods simultaneously. I will try to push out a file here in a bit and anyone should be able to grab DSView since it's free and view it.? What speed and file size should I use? I am using the DSLogic U3Pro32. Right now I'm just looking at 1 second at 1 Mhz with it sitting on a channel not scanning and zero options enabled, not even PL. I think it's RX 30.000, TX 31.000 TA freq 32.000.? LOL I just did a 1 Mhz 20 second read and exported to CSV. It created a 1 Gb Excel file. Damn! On Sat, Aug 6, 2022 at 7:50 AM Skip Hansen <skip@...> wrote:
|
DIY Xcats
I've uploaded the Xcat schematic and bootloader hex file to the file area.
?
This will allow the brave/crazy to build a DIY Xcat.??
?
NB: We missed the need for pullup resistors on A0 to A7 in the original design.??
On a "real" Xcat this was fixed by adding a 2.2K SIP resistor pack on the back?
of the connector (pins 9 to 16).
?
The needed resistors are **NOT** shown on the schematic.
?
73's Skip WB6YMH |
Re: Spectra RSS success w/ Win98 and 400 Mhz Celeron!
Well it didn't work on my Pentium II box under XP. The box died
toggle quoted message
Show quoted text
before I could try it from DOS, sigh. Booted ONCE and ran beautifully (much to my shock) and that was it. Now it just turns off before it even tries to boot. Power supply issues I expect. 73's Skip On Sat, Aug 6, 2022 at 3:02 PM Kris Kirby <kris@...> wrote:
|
to navigate to use esc to dismiss