This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

C6748 RTC

Other Parts Discussed in Thread: TMS320C6748

I have a need for two different applications, one that uses the RTC and one that does not use the RTC on the TMS320C6748 device.

 

 

In both applications (RTC on and RTC off), we wish to decrease power consumption as much as possible.

 

 

In the application that uses the RTC, we plan on powering the RTC with the DSP core voltage and we do not have plans to keep the RTC powered on when the DSP core is powered off.  We would also like to generate a one second periodic pulse from the RTC so the hardware guys can empirically determine suitable values for the capacitors hanging off of RTC_X1 and RTC_X0 pins per figure 6-84 in the data sheet.

 

1)   Do I still need to set the SPLITPOWER bit in the control register (CTRL) to activate the leakage-isolation circuitry to decrease power consumption in the case where the DSP core and the RTC are either both powered on or both powered off?

 

2)   Where would I find any information that would tell me what (electrical characteristics, triggering method, etc.) and when (associated timing) an output signal would appear on the RTC_ALARM pin?

 

3)   Would it be possible to use the RTC_ALARM output as a one second periodic pulse for the aforementioned capacitor value characterization effort?

 

 

In the application that does not use the RTC, I understand that the RTC_XI pin should be held low, RTC_XO should be left unconnected, and the RTCDISABLE bit must be set in the control register (CTRL) to save power.

 

4)   Do I still need to set the SPLITPOWER bit in the control register (CTRL) to activate the leakage-isolation circuitry to decrease power consumption in the case where we are not using the RTC?

 

  • 369114 said:
    1)   Do I still need to set the SPLITPOWER bit in the control register (CTRL) to activate the leakage-isolation circuitry to decrease power consumption in the case where the DSP core and the RTC are either both powered on or both powered off?

    For silicon revision 2.0 and later the SPLITPOWER bit is permanently tied low internally so it will not be necessary to configure the bit.

    369114 said:
    2)   Where would I find any information that would tell me what (electrical characteristics, triggering method, etc.) and when (associated timing) an output signal would appear on the RTC_ALARM pin?

    This seems to be missing from the datasheet.  The pin behavior is described by a diagram in the System Reference Guide under "Deep Sleep Mode" -> "Deep Sleep Sequence"

    369114 said:

    3)   Would it be possible to use the RTC_ALARM output as a one second periodic pulse for the aforementioned capacitor value characterization effort?

    No, it is not possible to configure the output behavior of the RTC_ALARM pin as a pulse, however the ALARM interrupt can be used to generate a pin toggle through GPIO.

    369114 said:

    4)   Do I still need to set the SPLITPOWER bit in the control register (CTRL) to activate the leakage-isolation circuitry to decrease power consumption in the case where we are not using the RTC?

     

    Not for silicon rev 2+