--- In "ugumugu" <> wrote:
>
> Hi everybody,
>
> I use below source to use the ts9700,
>
> While everything on the ADC part is perfect, there is no output on the
> DAC side.
>
> Could you please give me some advice on it.
>
>
> Best Regards.
> F. Ugurtan Erdem
> *******************
>volatile byte *ldac;
>volatile byte *hdac;
> :
> :
>ldac = base + DAC;
>hdac = base + DAC + 1;
> :
> :
> *ldac = val;
> *hdac = 0xFF;
> :
> ***********************************
>
Are you compiling with "-mcpu=arm9"?
Ref. last paragraph of section 7.4 in
http://www.embeddedarm.com/Manuals/linuxarm-guide-rev2.3.pdf
----
Andy
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|