<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.arm.com/utility/feedstylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Bootloader Cypress EZ-USB question</title><link>https://community.arm.com/developer/tools-software/tools/f/keil-forum/33235/bootloader-cypress-ez-usb-question</link><description> I&amp;#39;ve just started using the KEIL product with Cypress EZ-USB FX development kit. The EZUSB core supports a sort of bootstrap loader on the I2C interface. If you use B6 for the first byte in a serial eeprom device, it looks like the core will copy records</description><dc:language>en-US</dc:language><generator>Telligent Community 10</generator><item><title>RE: Bootloader Cypress EZ-USB question</title><link>https://community.arm.com/thread/85155?ContentTypeID=1</link><pubDate>Fri, 30 Sep 2005 02:42:57 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:299dd0ab-d97c-408a-96a1-419b30eb3038</guid><dc:creator>Thomas</dc:creator><description>&lt;p&gt;convert your hex code with hex2bix.exe&lt;br /&gt;
and burn the resulting file into the eeprom&lt;br /&gt;
&lt;br /&gt;
read the sections about the bix format&lt;br /&gt;
(documented in the h files of the download app)&lt;br /&gt;
&lt;a href="http://www.usb.org/phpbb/viewtopic.php?t=7187" target="_blank"&gt;http://www.usb.org/phpbb/viewtopic.php?t=7187&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bootloader Cypress EZ-USB question</title><link>https://community.arm.com/thread/84389?ContentTypeID=1</link><pubDate>Tue, 27 Sep 2005 11:25:17 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:6f3ecfd9-29e5-4680-b82e-3e36d68b0241</guid><dc:creator>Pandora 77</dc:creator><description>&lt;p&gt;Hello.&lt;br /&gt;
I&amp;#39;ve a modification of cypress ez-usb with a eeprom (24c00) and 2 ram chips.&lt;br /&gt;
&lt;br /&gt;
I can write my programs and download them into the ram via USB, but I want to store them into the card to get a stand alone card.&lt;br /&gt;
&lt;br /&gt;
If I replace the 24c00 by an 24c64 and I burn my code inside it (with an eeprom programer) it don&amp;#39;t work.&lt;br /&gt;
&lt;br /&gt;
I&amp;#39;ve read that it is possible by writing a 0xB2 at the begining, but I cannot find any usefull information.&lt;br /&gt;
&lt;br /&gt;
Can you gif me a hint?&lt;br /&gt;
Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bootloader Cypress EZ-USB question</title><link>https://community.arm.com/thread/55070?ContentTypeID=1</link><pubDate>Wed, 16 Apr 2003 11:32:47 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:03bb9304-23e4-41a5-8101-ffb2c3ffca7a</guid><dc:creator>Rob Whyverw</dc:creator><description>&lt;p&gt;Mike, thanks for the tip about 1b3f.  As usual, I came across the answer about an hour after asking :)&lt;br /&gt;
&lt;br /&gt;
On programming the EEPROM without USB, I assume there are external programmers that could do what you are asking but I haven&amp;#39;t looked.&lt;br /&gt;
&lt;br /&gt;
I have had some success using a copy of C:\Cypress\USB\Examples\EzUsb\Vend_Ax.  I modified the vendor command (A9 since I didn&amp;#39;t need to force double byte addressing) to hardcode the eeprom.  Of course, I was using the cypress control panel to download the app, and then to send the vendor command, but the info to program the eeprom was already part of the app instead of sent over USB.  I also wrote my own conversion routine from Intel Hex format to the IIC format so I could just deal with one hex file.&lt;br /&gt;
&lt;br /&gt;
You could write an app that would program the eeprom.  Not sure if you could download the program from the serial port using the monitor.  The ez-usb dev board would need to be externally powered (without USB cable since power normally comes from USB).&lt;br /&gt;
&lt;br /&gt;
I have not written the loader app I mentioned, yet.  I was able to trim some fat from our application for the eeprom load.&lt;br /&gt;
&lt;br /&gt;
Hope this helps.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Bootloader Cypress EZ-USB question</title><link>https://community.arm.com/thread/39857?ContentTypeID=1</link><pubDate>Wed, 16 Apr 2003 10:46:03 GMT</pubDate><guid isPermaLink="false">dd9e70c8-6d3c-4c71-b136-2456382a7b5c:f7dfcd5a-4d57-4b46-8fe5-0af5aacdd09a</guid><dc:creator>Mike Unger</dc:creator><description>&lt;p&gt;Rob,&lt;br /&gt;
&lt;br /&gt;
I am also about to start using the Cypress EZ-USB development kit (although not the FX, for the 2100 series). I think the 1b3f limitatioin is just on internal code space, you can have up to the full 64K of external memory space.&lt;br /&gt;
&lt;br /&gt;
It seems like what you&amp;#39;re asking should be possible, you may have to do some logic with PSEN, RD and WR.&lt;br /&gt;
&lt;br /&gt;
I have a question for you: How do you get your code from the Keil compiler into the I2C EEPROM without the USB link? I know that you just have to bring SDA and SCL to the outside world and they are available on the development board but is there some kind of an I2C EEPROM programmer?&lt;br /&gt;
&lt;br /&gt;
Mike&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>