Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
timer_syncstart [2012/01/31 15:05] – created batimer_syncstart [2012/02/27 13:35] ba
Line 6: Line 6:
 {{:snippets:timing:timer_sync_start.png?|}}\\ {{:snippets:timing:timer_sync_start.png?|}}\\
 drag and drop this [[VI snippet]] into a LabVIEW block diagram.\\ drag and drop this [[VI snippet]] into a LabVIEW block diagram.\\
 +
 +**The defines for the [[Z48-C1]] Target are:**
 +<code>
 +#define TMR_A_DIO2  (0x0010)
 +#define TMR_B_DIO3  (0x0020)
 +#define TMR_C_DIO4  (0x0040)
 +#define TMR_D_DIO5  (0x0100)
 +#define TMR_E_DIO6  (0x0001)
 +#define TMR_F_DIO63 (0x0004)
 +#define TMR_G_DIO73 (0x0001)
 +</code> 
 +The timers TMR_H DIO9 and TMR_I DIO8 on t eZ48 C1 are controlled by a sepatare register.\\
 +Control them with the following definitions:
 +<code>
 +#define  TIMER_ENABLE1  0xffc00640   /* Timer Group of 8 Enable Register */
 +#define  pTIMER_ENABLE1 ((volatile unsigned short *)TIMER_ENABLE1)
 +
 +#define TMR_H_DIO9  (0x0004)
 +#define TMR_I_DIO8  (0x0002)
 +</code>
 +    
 +
  
 
timer_syncstart.txt · Last modified: 2017/11/07 22:26 by 127.0.0.1
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki