• How to link extension code to existing ROM code?
    My application has most of its code in ROM. However, the functionality can be extended with code in RAM. The RAM can be switched between CODE and XDATA. For extensions, the RAM is switched into XDATA...
  • How to link extension code to existing ROM code?
    My application has most of its code in ROM. However, the functionality can be extended with code in RAM. The RAM can be switched between CODE and XDATA. For extensions, the RAM is switched into XDATA...
  • Can DK251 be used with existing Cypress FX2 code?
    I have the DK251 development kit. Is there an easy way to get Cypress EZ-USB FX2 sample code to compile in the 251 environment? I keep coming up with an error when I build saying that my "tools.ini" is...
  • Can DK251 be used with existing Cypress FX2 code?
    I have the DK251 development kit. Is there an easy way to get Cypress EZ-USB FX2 sample code to compile in the 251 environment? I keep coming up with an error when I build saying that my "tools.ini" is...
  • Correctly linking extension code to existing ROM code
    My application has most of its code in ROM. However, the functionality can be extended with code in RAM. The RAM can be switched between CODE and XDATA. For extensions, the RAM is switched into XDATA...