mailto: blog -at- heyrick -dot- eu

Navi: Previous entry Display calendar Next entry
Switch to desktop version

FYI! Last read at 16:29 on 2024/04/29.

Junior Eurovision 2018

Just watching the JESC, which is rather simpler now that S4C is broadcasting it - the alternative was realign my dish to another satellite out East ways, or webcast.
Held in Minsk, Belarus, it's already dark there. And Welsh is a strange language. I guess Breton sounds sort of similar.

Random comments as I'm watching the broadcast...

Switch out of list format to give my favourites in traditional Eurovision scoring style:

 1. France
 2. Australia
 3. Portugal
 4. Macedonia
 5. The Netherlands
 6. Poland
 7. Azerbaijan
 8. Wales
10. Serbia
12. Russia

More adverts. Lawyers for work/holiday accidents. Mattresses called Casper (whooooooh!). A deeply philosophical advert for Viking cruises.

An interval act? Oh, I recognise this, it is last year's winner - but without her backing dancers. Sorry, I think that little blonde girl made the performance. Should have brought her back.

Whoa - more adverts? Seriously? We come back to all of the performers singing the song "Light Up" (the theme this year). Are they no longer associated with ... who was it, UNICEF?

Finally some results, so let's flip back to list format:

Jury points:
Australia, 148.
Malta, 138.
Georgia, 105.

Now for the viewer votes. Let's see it all turned upside down.

Nerve-wracking as hell for the poor French girl. I'm surprised there was less for Russia's performance. Politics? It's a shame that Wales got so few votes. I noticed that they ditched the "we'll give everybody 12 to begin with" nonsense. Children aren't that dumb.

Well, it looks like the French jury were actually right giving their 12 to Poland. Still, I like the songs I like. And there's no recap as we cut away to the EBU logo plays. S4C is showing Clwb Rygbi (club rugby?) at 6.25pm and not a minute late!

 

EPROM emulator

For fiddling around with something I wanted to have an "EPROM emulator" that pretends to be a 2764 (8KiB) EPROM, but can instead have the code pushed directly into the chip without all the hassle of erasing and reprogramming an actual EPROM (because that would mean digging my BBC Micro out of hibernation and trying to find some way to get a file onto it from a modern machine - probably serial port). However you look at it, a real pain in the backside.

There is, of course, a hacky-as-hell approach. Take an 8KiB SRAM, add some latches, and wang a parallel port onto it. The printer port will power the chip and be used to upload code to it. Clearly one can't have it in a live system at the same time as programming it, so it'll be... interesting. ;-)

I did consider the idea of a microcontroller with Flash to pretend to be an EPROM, but given the typical ~180 nanosecond access rate, we're looking at an extremely fast device with many 5V tolerant I/O lines. Far better just to use some sort of RAM device and work out how to get the code onto the RAM.

So, the current plan is really to just provide a number of latches so that the RAM can be powered from, and programmed by, a PC's parallel port. Then, when in situ in the device diodes mean that it can also be powered from the device (but best also left connected to the parallel port so contents will remain over a power cycle of the device in question). Clearly one can't access the RAM from the PC while it is being used by the device, so I would imagine it'll need some sort of Chip Enable function to simply disconnect the PC side of things when initial programming is complete.

At any rate, this is what I have to work with - this is what a 2764 looks like. Interesting arrangement of address lines, there...

I'll need to think a little more about how exactly this should work.

 

And finally...

This time, next month, it'll be time for Turkey and trimmings. The Queen's Speech (that I don't think I've ever watched in my life), a big EastEnders (ditto), and rehashes of The Empire Strikes Back, The Snowman, and endless slushy feelgood movies with tinsel and snow...

 

 

Your comments:

David Pilling, 1st December 2018, 22:11
Why not replace the EPROM with an EEPROM (flash), and then have a programmer for the EEPROM. Obviously you can make this more complex by having some way of switching between programming mode and read only mode. Seems others have trod this road see: 
http://www.vcfed.org/forum/showthread.php?45588-Modern-alter native-for-UV-EPROMs 
J.G.Harston, 2nd December 2018, 09:44
EPROM/SRAM addresses look wierd because they evolved over time from simple A0-A7 to ooo we need to add two more, to where can we squeeze two more on? to let's ditch the multiple CS lines and squeeze a couple more in.
Rob, 14th December 2018, 02:16
I use these .. 
 
https://nilpam.uk/bbc-micr/40849-bbc-micro-battery-backed-side ways-ram-ppnvram.html 
 
Much easier than EEPROM..

Add a comment (v0.11) [help?]
Your name:

 
Your email (optional):

 
Validation:
Please type 27055 backwards.

 
Your comment:

 

Navi: Previous entry Display calendar Next entry
Switch to desktop version

Search:

See the rest of HeyRick :-)