thanks for taking the time to reply.
i already have the data, a bin file (firmware upgrade from manufacturer) which i can successfully load to the cpu via the jtag interface i built
it is for a FTA satellite receiver, using an st20 (AKA sti5518 cpu)
the firmware does a cpu check..if cpu @60mhz do this, if cpu @80mhz do that.
the cpu can run at either speed.
mine is running at 60mhz which causes "undesirables" with the new firmware, so i want to either
1) disable firmware check
2) clock cpu to 80mhz, but i am having trouble understanding how the clock signal is determined from the datasheet.