Sign in

username:

password:



Not a member?

Search motoroladsp



Search tips

Subscribe to motoroladsp



motoroladsp by Keywords

56303 | 563xx | 5680 | 56805 | 5680x | 56F80 | 56F800DEMO | 56F805 | 56f807 | 56F830 | ADC | Bootloader | Codec | CodeWarrior | CW5 | CW6 | Debugger | DSP56303 | DSP56303EVM | DSP563xx | DSP5680 | DSP56800 | DSP56807 | DSP56858 | DSP56858EVM | DSP56F803 | DSP56F805 | DSP56F807 | DSP56F80x | DSP56F826 | DSP56F827 | DSP56F8xx | EVM | FFT | Flash_over_jtag | GPIO | Interrupt | Interrupts | JTAG | LCD | Linker | MCF5307 | Metrowerks | Modulus | MSCAN | PCMaster | PWM | Quad | Rif | RTOS | SDK | SPI

Discussion Groups

Technical discussions about Freescale (Motorola) DSPs (including the DSP56000, DSP56300, DSP56600, 56800 DSPs).

  

Post a new Thread

PC Master - Roger Flor - Oct 21 6:56:00 2002



Hello!
Has anybody used the PCMaster application?

How does one set the board time using #define PC_MASTER_RECORDER_TIME_BASE
in appconfig.h? Thanks
Roger






(You need to be a member of motoroladsp -- send a blank email to motoroladsp-subscribe@yahoogroups.com )

Re: PC Master - ahchewt - Oct 23 15:32:00 2002

--- In motoroladsp@y..., "Roger Flor" <altair_747@h...> wrote:
> Hello!
> Has anybody used the PCMaster application?
>
> How does one set the board time using #define
PC_MASTER_RECORDER_TIME_BASE
> in appconfig.h? > Thanks >
> Roger

PC_MASTER_RECORDER_TIME_BASE
The default setting of this unsigned constant is 0x8030 which means
48us timebase.

To set it to a different value that will override this value, include
a statement such as:

#define PC_MASTER_RECORDER_TIME_BASE 0x4018

in appconfig.h towards the end of the file where the user defines go.

This would make it equal to 24us.

This parameter is simply passed to the PC application which uses it
to "know" the timebase.





(You need to be a member of motoroladsp -- send a blank email to motoroladsp-subscribe@yahoogroups.com )

Re: PC Master - ahchewt - Oct 23 17:45:00 2002

I stand corrected::

--- In motoroladsp@y..., "ahchewt" <John.L.Winters@m...> wrote:
> --- In motoroladsp@y..., "Roger Flor" <altair_747@h...> wrote:
> > Hello!
> > Has anybody used the PCMaster application?
> >
> > How does one set the board time using #define
> PC_MASTER_RECORDER_TIME_BASE
> > in appconfig.h?
> >
> >
> > Thanks
> >
> >
> >
> > Roger
>
> PC_MASTER_RECORDER_TIME_BASE >
> The default setting of this unsigned constant is 0x8030 which means
> 48us timebase.
>
> To set it to a different value that will override this value,
include
> a statement such as:
>
> #define PC_MASTER_RECORDER_TIME_BASE 0x4018
>
> in appconfig.h towards the end of the file where the user defines
go.
>
> This would make it equal to 24ms. (note units here)
>
> This parameter is simply passed to the PC application which uses it
> to "know" the timebase.




(You need to be a member of motoroladsp -- send a blank email to motoroladsp-subscribe@yahoogroups.com )