by vivat » Tue Apr 15, 2008 5:14 pm
Hi rtaubitz,
The TC51854 firmware and DCA software are now available to support AT45DB081D flash memory. To download, click the links below. Use your custom access user name and password to download the files.
DCA with 8Mb support
TC51854 firmware with AT45DB081D support
There are two new commands added to the firmware, command 35 and 36.
To store the first 255 screens, use command 17 and screen number from 1 to 255.
To store screens 256-408, use command 35 and screen number minus 255. Example of how to store screen number 256: printf("%c",35);printf("%c",1);
To load first 255 screens from the memory, use command 8 and screen number from 1 to 255.
To load screens 256-408, use command 36 and screen number minus 255. Example of how to load screen number 256: printf("%c",36);printf("%c",1);
Hi rtaubitz,
The TC51854 firmware and DCA software are now available to support AT45DB081D flash memory. To download, click the links below. Use your custom access user name and password to download the files.
[url=http://www.tvielectronics.com/Custom_Access/TC51854/DCA122_8Mb.exe]DCA with 8Mb support[/url]
[url=http://www.tvielectronics.com/Custom_Access/TC51854/TC51854_081D.zip]TC51854 firmware with AT45DB081D support[/url]
There are two new commands added to the firmware, command 35 and 36.
To store the first 255 screens, use command 17 and screen number from 1 to 255.
To store screens 256-408, use command 35 and screen number minus 255. Example of how to store screen number 256: printf("%c",35);printf("%c",1);
To load first 255 screens from the memory, use command 8 and screen number from 1 to 255.
To load screens 256-408, use command 36 and screen number minus 255. Example of how to load screen number 256: printf("%c",36);printf("%c",1);