Getting better (Rockwell FORTH system)
Posted: Wed Mar 24, 2021 1:44 am
After a long wait for parts the final part arrived for my Rockwell R65F11 based board. I managed to buy two R65F11 chips a while ago, and more recently also got a R65FR1P ROM to match. I'd held off on the R65FR1 as it was way overpriced, but in the end I couldn't resist.
So this is my second PCB design, and I'm very pleased to say that it works with no patch wires (much better than the last one), although it is a very simple design. I used a CPLD for the small amount of Boolean logic required, and also for the address demultiplexing that was required. This worked well and saved a few chips. I wanted the IO range to decode to $0100, which is where the FORTH ROM expects a floppy controller, and this would have been a lot harder without the CPLD. The CPLD is very under-utilised, I probably should have exposed some pins so I could have added something like SPI, but it's too late for that now.
The CPLD really was easy to use, I'll be using them again in future projects. I designed the board with an ATF1508AS, but in the end used an EPM7064. They are pin compatible so no hardware changes were required. The advantage for me was that it is programmable from linux, having to use Windows would have added a lot of steps to programming, so this worked out really well.
The Rockwell FORTH has a bank switching scheme built in, using Port B on the microcontroller. The 65F11 only has a 16k address range, but I used the bank switching to make the entire 128k FLASH chip available indirectly.
Current project: learning FORTH. I plan on writing a FLASH programmer as my first real program, not sure what I'll do after that.
I do plan on writing up the details and publishing the schematic. I've also got some spare boards if anyone else would like to build one, but finding the 65F11 might be too difficult, it is a lot easier to use a R6501Q and program your own kernel.
So this is my second PCB design, and I'm very pleased to say that it works with no patch wires (much better than the last one), although it is a very simple design. I used a CPLD for the small amount of Boolean logic required, and also for the address demultiplexing that was required. This worked well and saved a few chips. I wanted the IO range to decode to $0100, which is where the FORTH ROM expects a floppy controller, and this would have been a lot harder without the CPLD. The CPLD is very under-utilised, I probably should have exposed some pins so I could have added something like SPI, but it's too late for that now.
The CPLD really was easy to use, I'll be using them again in future projects. I designed the board with an ATF1508AS, but in the end used an EPM7064. They are pin compatible so no hardware changes were required. The advantage for me was that it is programmable from linux, having to use Windows would have added a lot of steps to programming, so this worked out really well.
The Rockwell FORTH has a bank switching scheme built in, using Port B on the microcontroller. The 65F11 only has a 16k address range, but I used the bank switching to make the entire 128k FLASH chip available indirectly.
Current project: learning FORTH. I plan on writing a FLASH programmer as my first real program, not sure what I'll do after that.
I do plan on writing up the details and publishing the schematic. I've also got some spare boards if anyone else would like to build one, but finding the 65F11 might be too difficult, it is a lot easier to use a R6501Q and program your own kernel.