• uVision1 upgrade to uVision2
    I've inherited a uVision1 project with a .prj project file that targets the Cypress CY7C646XX EZ-USB processor. After I import the .prj into my uVision2 environment the projects builds fine but fails...
  • Problems when importing a uVision1 project to uVision2.
    I use an Infineon C165-LM with an external Flash (AM29F200BB) and I had a project which worked with uVision1. I imported it into uVision2 (version 2.38) and I checked the target options (C166, L166 and...
  • Problems when importing a uVision1 project to uVision2.
    I use an Infineon C165-LM with an external Flash (AM29F200BB) and I had a project which worked with uVision1. I imported it into uVision2 (version 2.38) and I checked the target options (C166, L166 and...
  • Monitor Configuration for C161
    Hello , How can I configure Monitor for Microcontroller C161. I decided to use the Bootstrap mode and put CODE_START in "Config.inc" to 0FEC00H (ram),DATA_START to 0FEA00H(ram). The RAM located in...
  • C161 interrupt/RTC question
    I'm doing an application containing some I2C code on a Infineon C161PI. When I put the I2C code into main, everything works alright. When I put it into a timer ISR, it works, too. But when I try to execute...