• memeory and procedure location
    hi i have project with in system programable ability some of procedure in one c file have main and must not modified and some other most modify i have one block of code variable must modify _at_...
  • flash memeory reading
    Hello, I program a code to write and read the flash memory in my MCU (C8051F020) in C ? The writing is ok but not the reading. After reading, i send the value by UART. This function isn't ok. can...
  • Cypress FX2
    I'm usig the Cypress FX2 USB chip for a project and i have a question about the "Option for target" dialog in uVision 2. There is a checkbox that is called "Use on chip XRAM(0xE000 - 0xE3FF)", but the...
  • fx2 clock
    hi, i'm currently working with FX2 EZUSB on a custom board. how can i initialise IFCLK before it enumerates on C0-load? i have enable interrupt and config IF but nothing seems to happen. sorry,...
  • How to read write LUT in the program memeory space
    Hello all I need to hold a LUT in the program memory space and it will be updated in the running mode and it should be non volatile. Please write me the built in function used for the same.