Random STuff
-
exxos
- Site Admin

- Posts: 28344
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: Random STuff
PP's driver ?
-
exxos
- Site Admin

- Posts: 28344
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: Random STuff
ahhhh
So it is the interface I was working on with PP some years ago then..
At that time I was still researching the bad DMA myth so the project got stalled for a while because it had random bit errors. It all took time to resolve.. But of course by which time PP "left" here and I deleted any mention of this project because he accused me of being a thief of his work and doing it for commercial gain. :roll:
So it is the interface I was working on with PP some years ago then..
At that time I was still researching the bad DMA myth so the project got stalled for a while because it had random bit errors. It all took time to resolve.. But of course by which time PP "left" here and I deleted any mention of this project because he accused me of being a thief of his work and doing it for commercial gain. :roll:
You do not have the required permissions to view the files attached to this post.
-
DoG
- Posts: 1298
- Joined: 07 Apr 2018 12:26
Re: Random STuff
I got another Mega... A Mega ST4. I think I have enough of them now...
But back to the memory upgrade of the Mega ST2. I desoldered the "beta" PCB on U40-U43 and changed it for a newer one. I also desoldered all the other chips and capacitor and solder in new boards. Well it didn't work of course. Out with the diagnostic cartridge and some null modem cable.
Some strange results. I went over all the connections with a multimeter in continuity test. Found that bit on U46, U47 and CAS was connected to ground. Some sort of connections between those. So used solder wick to drag the solder out of the J-legs on the SMD memory chips.
Still didn't work. Four bits are held high and since the chips I'm using has four bit each, one of them seems broken. The memory test leads me to the U48-U51 PCB. Desoldered the chip with my heat gun and soldered in a new one. That did the final trick. All 4Mb accounted for now.
But back to the memory upgrade of the Mega ST2. I desoldered the "beta" PCB on U40-U43 and changed it for a newer one. I also desoldered all the other chips and capacitor and solder in new boards. Well it didn't work of course. Out with the diagnostic cartridge and some null modem cable.
Some strange results. I went over all the connections with a multimeter in continuity test. Found that bit on U46, U47 and CAS was connected to ground. Some sort of connections between those. So used solder wick to drag the solder out of the J-legs on the SMD memory chips.
Still didn't work. Four bits are held high and since the chips I'm using has four bit each, one of them seems broken. The memory test leads me to the U48-U51 PCB. Desoldered the chip with my heat gun and soldered in a new one. That did the final trick. All 4Mb accounted for now.
You do not have the required permissions to view the files attached to this post.
-
DoG
- Posts: 1298
- Joined: 07 Apr 2018 12:26
Re: Random STuff
I assembled/soldered up a mt32-pi-midi-hat for the mt32-pi project a while ago. It's a software Roland MT-32 MIDI synthesizer module based on Raspberry Pi/Munt (RPi 3 A+ used here). I made some custom top and bottom black PCB for it. The black screws is to press and reach the buttons below. Fast and quick solution.
You do not have the required permissions to view the files attached to this post.
-
DoG
- Posts: 1298
- Joined: 07 Apr 2018 12:26
Re: Random STuff
Bought an ACSI2SD kit from eltradec. Based on SCSI2SD and can thus be connected to win/mac/linux and use the scsi2sd-util to configure it. The firmware on it makes it however restricted to 1Gb "diskdrives". Similar restriction exist with other devices, like the internal SCSI adapter on the MegaSTe. But you can make four "diskdrives" with the utility program.
You do not have the required permissions to view the files attached to this post.
-
DoG
- Posts: 1298
- Joined: 07 Apr 2018 12:26
Re: Random STuff
Well, is it going to be solder on or isn't it? I don't know. I can see U11 and the before and after looks the same to me. :cry: Oh, BTW, JLCPCB does SMT on all the colors now, on 6 layer boards too. :D
You do not have the required permissions to view the files attached to this post.
-
Steve
- Posts: 3305
- Joined: 15 Sep 2017 11:49
Re: Random STuff
Hey @DoG I got the same asci2sd kit as you and have built it up to the point where I can test scsi2sd-util and upload the default configuration, but it isn't being detected properly. Could you do me a favor and take a photo of the other side of your device so I can check my soldering?
Their website is absolutely ridiculous... look at this fluffy bunny:
Not even kidding (for anyone who hasn't seen it) look at this stuff: link
Their website is absolutely ridiculous... look at this fluffy bunny:
No joke! compare with THIS BLURRY FLUFFY RABBIT PICTURE.....1. Solder U1 (PQFP100), pay attention to the orientation, compare with photos.
Not even kidding (for anyone who hasn't seen it) look at this stuff: link
You do not have the required permissions to view the files attached to this post.
-
DoG
- Posts: 1298
- Joined: 07 Apr 2018 12:26
Re: Random STuff
Yeah, I know what you mean about their pics. Super strange. BTW, I soldered in my LED and resistor, that goes along with it, on the wrong place. It should be on the side on the pic below. Choose 'Activity' or 'Power'. The build BOM is slightly wrong on the the placement for the LED and the resistor that goes along with it if I remember correctly. But it says in the text somewhere I think. I have bought some more LEDs and resistors to put in the other places as well. Here is the photos I have at the moment:Steve wrote: 26 Jun 2021 20:02 Hey @DoG I got the same asci2sd kit as you and have built it up to the point where I can test scsi2sd-util and upload the default configuration, but it isn't being detected properly. Could you do me a favor and take a photo of the other side of your device so I can check my soldering?...
You do not have the required permissions to view the files attached to this post.
-
DoG
- Posts: 1298
- Joined: 07 Apr 2018 12:26
Re: Random STuff
I did my own board for masteries ACSI2STM v2. Since there was some changes made in the code recently I updated the board for that. So I transferred some parts from the 'blue pill' board. Added the footprint for a micro SD card. 2 different footprints for 3.3V regulators. Also 2 different reset switch footprint since I had some different variants of 'blue pills'. Also RTC clock stuff could be transferred but I don't know if that is in use for anything but it exist on the original 'blue pill' board so I added it.
I played around with it for the first time today but I haven't test the speed yet. Should be the same as masteries tests I guess. The board seems to work at least. Tested on a MegaST.
More info about the project can be found on github.
I played around with it for the first time today but I haven't test the speed yet. Should be the same as masteries tests I guess. The board seems to work at least. Tested on a MegaST.
More info about the project can be found on github.
You do not have the required permissions to view the files attached to this post.
Who is online
Users browsing this forum: ClaudeBot, Google [Bot] and 12 guests