Is it possible to connect a battery to the TMDSSK3358 board to battery backup the RTC only ?
If so, where do the connections go and what battery is suitable ?
Thank you
Wayne
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.
Is it possible to connect a battery to the TMDSSK3358 board to battery backup the RTC only ?
If so, where do the connections go and what battery is suitable ?
Thank you
Wayne
Hi,
According to the schematic of TMDSSK3358, the VBACKUP supply pin (pin27) of the PMIC is hardwired to VCC5 (VBAT in this case) and no backup battery option is provided (check TP5).
Board design files you can find here:
http://processors.wiki.ti.com/index.php/AM335x_StarterKit_Board_Design_Files
and PMIC datasheet (backup batteries supported are described here)
http://www.ti.com/product/tps65910a3
Best regards,
Vidin
Hi,
Yes, I looked at the schematic and wondered if we could isolate the "RTC LDO" U21 by removing R121 and then connecting VRTC to our own power source/Battery!
Any thoughts on this?
How do I find out what AM335X silicon revision I have?
Cheers,
Wayne
We have come up with another option. We are getting the DS3231MPMB1 Peripheral Module. This is an I2C Date/time module which almost (but not quite) fits in to the I2C expansion connector of the Starter Kit. It has provision for a Lithium battery.
Looking at the Linux menuconfig there is a driver for the DS3232 chip. I am hoping that this uses the I2C expansion bus of the Starter Kit and it will all just work ;)
If anyone has any info on this, preferably ways to make it work if it is not as straight forward as I hope, then please reply.
Thank you,
Wayne
Hi,
In the latest SDK the RTC drivers are located in this folder:
<your path>/ti-sdk-am335x-evm-06.00.00.00/board-support/linux-3.2.0-psp04.06.00.11/drivers/rtc.
There is rtc-ds3232.c and rtc-ds3234.c that could be useful if these devices are similar to DS3231.
BR,
Vidin
Thank you for that, it will be most helpful.
It does look like it should all just slot into place :)
As for the revision, although a slight discrepancy in the markings I am reading mine as 1.0
"AM3358ZCZD72"
"2AARQW G1"
My kits are relatively new, just received one today and I do understand that kits like these could be sitting in stock for awhile, especially when order from a third party like mine. just a shame it is old revision. Are Ti using the new revisions yet. I didn't check to see when 2.0 or 2.1 were released.
Yes, I have seen the issues regarding using a battery for the RTC on this revision so using an external clock may be the best option.
Anyway, thank you for all your help,
Wayne