Configuration

These commands allow you to control how the basic Propeller system operates, such as the system clock, phase counters, high-speed signal generators, etc.

  • CHIPVERGet the Propeller chip's version number.
  • CLKMODECurrent clock mode setting.
  • _CLKMODEPre-defined, one-time settable constant for specifying application-level clock mode settings.
  • CLKFREQCurrent System Clock frequency; the frequency at which each cog is running.
  • _CLKFREQPre-defined, one-time settable constant for specifying the System Clock frequency.
  • CLKSETSet both the clock mode and System Clock frequency at run time.
  • _XINFREQPre-defined, one-time settable constant for specifying the external crystal frequency. 
  • _STACKPre-defined, one-time settable constant for specifying the size of an application's stack space.
  • _FREEPre-defined, one-time settable constant for specifying the size of an application's free space.

Unless otherwise noted, content on this site is licensed under the
Creative Commons Attribution-ShareAlike 4.0 International License.