Other Parts Discussed in Thread: CC2564, CC2650
Hello,
C5545 doesnt have an RTC clock out pin like C5535.
Is it possible to map this to a GPIO pin and get out the oscillator clock ?
I didnt get how to do it from technical manual.
Thank you,
Lucian
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.
Hi Lucian,
C5545 does not have the RTC_CLKOUT pin that was available on C5535 - the package is smaller and has fewer pins.
You cannot map RTC_CLKOUT to a GPIO with pin muxing.
I think the closest you could come is to use a timer interrupt to toggle a GPIO. Then set the SYSCLK and timer clock divider appropriately to achieve 32768Hz clock frequency.
Maybe with some engineering, you can tap into the RTC_XI signal with a high impedance input to get 32768 Hz without affecting the crystal performance.
Hope this helps,
Mark
Hello Lali,
Ok. I will beep you.
Is any Bluetooth SDK available for CC5545 ? Like for MSP http://www.ti.com/tool/tibluetoothstack-sdk.
Or at least, a version with source available enough easy to port for x45 dsp ?
Thank you,
Lucian