Programming the 12c508a PLL

Everything technical about radio can be discussed here, whether it's transmitting or receiving. Guides, charts, diagrams, etc. are all welcome.
Post Reply
XXL
proppa neck!
proppa neck!
Posts: 537
Joined: Mon Sep 02, 2019 11:06 am

Programming the 12c508a PLL

Post by XXL » Wed Apr 08, 2020 2:38 am

Can someone point me in the right direction to program this device. I need software to generate the hex file but I can’t find anything on google.

I know nothing about writing a hex script, I need a program to generate it, like the RDS software.

radium98
proppa neck!
proppa neck!
Posts: 919
Joined: Fri Aug 26, 2016 7:01 pm

Re: Programming the 12c508a PLL

Post by radium98 » Wed Apr 08, 2020 7:35 am

12c508 like rds ? ,who said it work like this ,have you tried the one babyrds mini here with the hex ? before entering headackes

XXL
proppa neck!
proppa neck!
Posts: 537
Joined: Mon Sep 02, 2019 11:06 am

Re: Programming the 12c508a PLL

Post by XXL » Wed Apr 08, 2020 11:44 am

When programming an RDS device, the pic requires a hex file. But instead of writing it manually, it’s generated by software and then written to the device. I need something like this to program the 12c508a.

nrgkits.nz
Neckmin
Neckmin
Posts: 337
Joined: Fri Oct 17, 2014 10:35 am

Re: Programming the 12c508a PLL

Post by nrgkits.nz » Wed Apr 08, 2020 1:56 pm

The 12c508a is a PIC, and before you can use any kind of code on this PIC you’ll need to know the type of PLL you’ll be using also. The PIC and PLL are two separate devices. The hex file (if you find one online somewhere) will only work with one specific PIC and PLL pair.

There are hex files floating around for the 16F628A and TSA5511 on some sites. I used this PIC/PLL combo in one of my first designs, however I wrote my own code using Microchips XC8 compiler.

XXL
proppa neck!
proppa neck!
Posts: 537
Joined: Mon Sep 02, 2019 11:06 am

Re: Programming the 12c508a PLL

Post by XXL » Wed Apr 08, 2020 5:00 pm

Yeh I’m trying to get it working with the MC145170p2. I have been given a load of unprogrammed driver boards from an old rig builder that would have been waiting to go into rigs but the person decided to quit building. They all work, just only VFO.

RF-Head
tower block dreamin
tower block dreamin
Posts: 271
Joined: Wed Oct 15, 2014 9:25 pm

Re: Programming the 12c508a PLL

Post by RF-Head » Wed Apr 08, 2020 5:58 pm

We need to know more about the driverboard
is it a 50MHz osc and what is the pinout of the 12C508 etc etc
please post a picture of the driverboard and maybe we can help you out

nrgkits.nz
Neckmin
Neckmin
Posts: 337
Joined: Fri Oct 17, 2014 10:35 am

Re: Programming the 12c508a PLL

Post by nrgkits.nz » Thu Apr 09, 2020 1:16 am

I’ve written code which can control the SPI bus on the MC145170, if you provide more details on how the 12C508 is connected, which pins goto the pins on the PLL then it’s not too difficult to write code for that PIC.

Post Reply