local time: :: ()
heure officielle (en France) : ::(TZ:)
Heure UTC client: :: Offset client: s - delai: ms - - timeZone: Heure UTC: ::This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
en:programs_to_communicate_with_the_dds [2016/03/14 14:26] fwiotte |
en:programs_to_communicate_with_the_dds [2016/03/14 14:29] (current) fwiotte |
||
|---|---|---|---|
| Line 115: | Line 115: | ||
| The init routine (SPI) for the ARM TM4C123GH6PM: | The init routine (SPI) for the ARM TM4C123GH6PM: | ||
| - | // Enable Peripheral SSI0 | + | // Enable Peripheral SSI0 |
| SysCtlPeripheralEnable (SYSCTL_PERIPH_GPIOA); // Enable GPIO port A SSI0. | SysCtlPeripheralEnable (SYSCTL_PERIPH_GPIOA); // Enable GPIO port A SSI0. | ||
| SysCtlPeripheralEnable (SYSCTL_PERIPH_SSI0); | SysCtlPeripheralEnable (SYSCTL_PERIPH_SSI0); | ||
| Line 127: | Line 127: | ||
| SSIEnable (SSI0_BASE); // Enable the SSI | SSIEnable (SSI0_BASE); // Enable the SSI | ||
| - | Example of a boot on ARM PORT TM4C123GH6PM: | + | Example of initializing Port B on ARM TM4C123GH6PM: |
| // Void PortB_Init (void) | // Void PortB_Init (void) | ||