aslak3.blogspot.com
Aslak's blog: May 2014
http://aslak3.blogspot.com/2014_05_01_archive.html
Some info on my electronics projects. And probably other random things. Wednesday, 7 May 2014. A working Single Board Computer. Last Monday, April 28, the PCBs arrived. They only took a little over 72 hours door to door from Hong Kong. Pretty amazing service from DHL. And amazing service from Botech. Who have done an excellent job making up my design. Here's a picture of the five boards in their little wallet:. And here are pics of the bottom of one of the boards:. Header before verifying that I could pr...
aslak3.blogspot.com
Aslak's blog: Outline of the MAXI09
http://aslak3.blogspot.com/2015/07/outline-of-maxi09.html
Some info on my electronics projects. And probably other random things. Saturday, 18 July 2015. Outline of the MAXI09. This blog post is concerned with planning and, unlike pretty much all my posts to date, is not concerned with things I’ve actually done. My new computer is coming together nicely, at least in my mind and in some rough plans. Here is a list of what I hope will be the main hardware features:. 512KB of Static RAM. C64 keyboard controlled by an MCU. Attached to UART channel). 4 virtual addre...
aslak3.blogspot.com
Aslak's blog: September 2014
http://aslak3.blogspot.com/2014_09_01_archive.html
Some info on my electronics projects. And probably other random things. Saturday, 13 September 2014. PCB toner transfer wrap-up, interrupts, video, and an IO board! I haven't written in this journal in two months now. I've been busy with work. The biggest mistake with the controller PCB layout was that the mains AC current for the heater runs parallel to the thermocouple trace. This seems to induce a small current in the thermocouple trace, causing a fluctuating reading. I have worked around the ...It's ...
aslak3.blogspot.com
Aslak's blog: February 2014
http://aslak3.blogspot.com/2014_02_01_archive.html
Some info on my electronics projects. And probably other random things. Sunday, 23 February 2014. Design for a real Single Board Computer. As my previous post described, I planned to use a single CPLD to perform all the glue-logic and associated functions. As it turned out, this was not possible due to the number of pins required. Roughly speaking I require the following IO pins:. 6 address lines for decoding. RAM, ROM, DUART, IDE, chip selects (4 in total). R/W, E, and Q inputs. READ and WRITE outputs.
aslak3.blogspot.com
Aslak's blog: March 2015
http://aslak3.blogspot.com/2015_03_01_archive.html
Some info on my electronics projects. And probably other random things. Saturday, 7 March 2015. This last few months has been a bit "scrappy" on the projects front. I've not made as much progress as I'd hoped but have started down several different fronts and have done a fair amount of reading. To learn about implementing a DMA controller. Actually controlling the transfer is done in several steps:. Next the MPU writes to a "start transfer" register. First the source address is put in the address bus.
aslak3.blogspot.com
Aslak's blog: An FPGA dev board on breadboard
http://aslak3.blogspot.com/2015/06/an-fpga-dev-board-on-breadboard.html
Some info on my electronics projects. And probably other random things. Monday, 8 June 2015. An FPGA dev board on breadboard. In the end I ordered some additional PLCC sockets from the UK and was surprised and happy that they arrived in only a couple of days. Soldering the sockets was easy, considering the board lacks a solder mask. Possibly the use of some liquid flux helped. I was happy with the result although it is not quite perfect:. The four digits display is the common cathode type, so segments mu...
aslak3.blogspot.com
Aslak's blog: April 2014
http://aslak3.blogspot.com/2014_04_01_archive.html
Some info on my electronics projects. And probably other random things. Monday, 21 April 2014. PCB ordered, and improvements to homemade PCBs. This last month or so I have been working on two fronts: finalising the circuit for the computer, and working on my home made PCB fascilities. A few tweaks and additions since my last post:. Sounder has been added, with a series resistor. This is connected to the CPLD. A "Econo reset" DS1813. The IDE port has the option of supplying 5V at pin 20. This is usefu...
aslak3.blogspot.com
Aslak's blog: June 2015
http://aslak3.blogspot.com/2015_06_01_archive.html
Some info on my electronics projects. And probably other random things. Monday, 8 June 2015. An FPGA dev board on breadboard. In the end I ordered some additional PLCC sockets from the UK and was surprised and happy that they arrived in only a couple of days. Soldering the sockets was easy, considering the board lacks a solder mask. Possibly the use of some liquid flux helped. I was happy with the result although it is not quite perfect:. The four digits display is the common cathode type, so segments mu...
aslak3.blogspot.com
Aslak's blog: Fleshing out the MAXI09
http://aslak3.blogspot.com/2015/07/fleshing-out-maxi09.html
Some info on my electronics projects. And probably other random things. Thursday, 30 July 2015. Fleshing out the MAXI09. My last post was full of text, and therefore not very approachable. This post will hopefully explain some of my thoughts in a clearer way, with the diagrams and schematics (hopefully) doing most of the talking. First up here is the current, work in progress, system overview:. Common busses, notably the data bus, run around the edge. Moving along, the SPI controller is the 65SPI/B.
aslak3.blogspot.com
Aslak's blog: MuDdy and DISCo progress, and system reset generation
http://aslak3.blogspot.com/2015/08/muddy-and-disco-progress-and-system.html
Some info on my electronics projects. And probably other random things. Wednesday, 12 August 2015. MuDdy and DISCo progress, and system reset generation. I have finally solved the issue with holding multiple FPGA designs inside a single configuration flash. It seems there is a special tool just for the purpose of creating complex program files (.pof files). The details are buried in this document. Another mystery I've solved this past week is how to handle system resets. PDF) reset generator entirely.