
UM007518-1211 RTC Configuration
Zilog Real-Time Kernel: eZ80
®
CPU
User Manual
11
RTC Configuration
The configurable parameters for the RTC driver are located in the Rtc_conf.c source
file that accompanies the RZK release in the following path:
<ZDSII installed directory>\Program Files\Zilog\
ZDSII_eZ80Acclaim!_A.B.C\ZTP\ZTPX.Y.Z_Lib\RZK\Conf
To change any of the RTC parameters, include this file in the project and set the appropri-
ate values, as defined in Table 6.
SPI Configuration
The configurable parameters for the SPI driver are located in the spi_conf.c source file
that accompanies the RZK release in the following path:
<ZDSII installed directory>\Program Files\Zilog\
ZDSII_eZ80Acclaim!_A.B.C\ZTP\ZTPX.Y.Z_Lib\RZK\Conf
To change any of the SPI parameters, include this file in the project and set the appropriate
values, as defined in Table 7.
Table 5. Configurable WLAN Drivers
Variable/Macro Default Value Description/Valid Values
g_Ssid {0,""} The first parameter of g_Ssid is the length of the SSID
and second is the SSID string.
For example {4,"ABCD"}.
wepKey[WEP_KEYLEN] 0 The encryption key for WEP.
wepKeyLen 0 The encryption key length.
Note: The Zdots SBC WLAN solution supports NO-Encryption, WEP-128-bit and 64-bit encryptions. The WEP128-bit
encryption needs a 13 byte encryption key and WEP 64-bit requires 5 byte encryption key.
Table 6. Configurable RTC Drivers
Variable/Macro Default Value Description/Valid Values
RTC_TASK_PRIOH 10 Priority of the RTC interrupt thread.
RTC_THD_STACK_SIZEH 1024 Stack size of RTC interrupt thread.
Table 7. Configurable SPI Drivers
Variable/Macro Default Value Description/Valid Values
SPI_TASK_PRIOH 10 Priority of the SPI interrupt thread.
SPI_THD_STACK_SIZEH 1024 Stack size of SPI interrupt thread.
Komentáře k této Příručce