Fehler bei Compilieren (softPWM)

intercop
 
Avatar
 
Subject:

Fehler bei Compilieren (softPWM)

 · 
Posted: 25.06.2013 - 19:24  ·  #1
Code
ogram softpwm_m2;

{$NOSHADOW}
{$WG}                      {global Warnings on}

Device = mega16, VCC=5;
{ $BOOTRST $01C00}         {Reset Jump to $01C00}


Import SysTick, SoftPWM;

From System Import ;


Define
  ProcClock      = 16000000;       {Hertz}
  SysTick        = 10;             {msec}
  StackSize      = $0032, iData;
  FrameSize      = $0032, iData;
  SoftPWMport    = PortA;          {use PortA for PWM output}
  SoftPWMtimer   = Timer0, 10;     {use timerx, PWM cycle time msec}
  SoftPWMres     = 100;            {PWM resolution is 100 points}
  SoftPWMchans   = 3, 0;           {x channels, bity is the first bit}

Implementation

{$IDATA}

{--------------------------------------------------------------}
{ Type Declarations }

type


{--------------------------------------------------------------}
{ Const Declarations }

{--------------------------------------------------------------}
{ Var Declarations }
{$IDATA}


{--------------------------------------------------------------}
{ functions }



{--------------------------------------------------------------}
{ Main Program }
{$IDATA}

begin


  EnableInts;
  loop


  endloop;
end softpwm_m2.


hi,
obwohl ich den code von dem demos übernommen habe und nur den controller geändert habe, lässt sich der code nicht compilieren auch der ungeänderte nicht. bricht immer mit der meldung "SoftPWMTimer0 occupied by another driver", komme irgendwie nicht weiter, was stimmt da nicht?

gruss
miro
Gunter
Administrator
Avatar
Gender:
Location: Frankfurt Main / Germany
Posts: 1697
Registered: 02 / 2003
Subject:

Re: Fehler bei Compilieren (softPWM)

 · 
Posted: 25.06.2013 - 19:45  ·  #2
Hi Miro,
Quote by intercop
nur den controller geändert habe

ah ja - und der Timer0 bei SoftPWM ???
Timer0 wird per default vom Systick benutzt!

Entweder also bei Systick oder SoftPWM den Timer2 benutzen!

Gunter
intercop
 
Avatar
 
Subject:

Re: Fehler bei Compilieren (softPWM)

 · 
Posted: 25.06.2013 - 20:06  ·  #3
Hat tatsächlich funktioniert, vielendank.

miro
Selected quotes for multi-quoting:   0

Registered users in this topic

Currently no registered users in this section

The statistic shows who was online during the last 5 minutes. Updated every 90 seconds.
MySQL Queries: 15 · Cache Hits: 14   60   74 · Page-Gen-Time: 0.038892s · Memory Usage: 2 MB · GZIP: on · Viewport: SMXL-HiDPI