cbiffle / propasm

Assembler for the Parallax Propeller microcontroller

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clock speed fixed at 80MHz

GoogleCodeExporter opened this issue · comments

At least one commercially-available Propeller product drives its CPU with a 
6MHz clock, for a 
96MHz maximum speed.  propasm currently hardcodes both the clock frequency and 
the CLK 
register setting.

We need directives for both of these.

Original issue reported on code.google.com by cbif...@gmail.com on 21 Nov 2006 at 4:30

Original comment by cbif...@gmail.com on 27 Nov 2006 at 11:29

  • Added labels: Milestone-Release1.0
This was fixed shortly after the bug was filed, as it turns out.

Original comment by cbif...@gmail.com on 27 Dec 2007 at 2:42

  • Changed state: Verified