• No Code Memory at 0045h address
    Hi, I am working on Cypress EZUSB-FX board.When I debugg the sample code given by EZUSB-FX on Keil's IDE then it works fine but when I download the sample code given by Keils ("Hello World") program...
  • No Code Memory at 0045h address
    Hi, I am working on Cypress EZUSB-FX board.When I debugg the sample code given by EZUSB-FX on Keil's IDE then it works fine but when I download the sample code given by Keils ("Hello World") program...
  • Place constant at fixed code memory address
    Hi, I'm confused about the existings threads regarding this topic, so please excuse this new thread. I'd like to put some calibration data into my (OTP) memory of C164-CA. The software would have...
  • Place constant at fixed code memory address
    Hi, I'm confused about the existings threads regarding this topic, so please excuse this new thread. I'd like to put some calibration data into my (OTP) memory of C164-CA. The software would have...
  • specify a code string to certain memory address
    I have a string of code type defined in a function: void func1 { unsigned char code string_0[]="a string"; unsigned char stringLen; .... } The func1 is located to address 0xF000. But string_0...