• Include fx2regs.inc and fx2regs.h in one project
    Hi, I have a question concerning include files in one project. In this project I have two files, one is assembly file, a.51 the other is C file, b.c, in b.c I have to include #include "fx2regs.h...
  • creating monitor file for 8051 fx2
    Hello, I am using cypress 8051 fx2 micro controller for 2 types of boards. For the first board, I have external RAM at 0x6000 - 0xdfff so I do not have problem using monitor provided by cypress (mon...
  • 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,...
  • Header Files
    Hi, Where can I find the header files in C51. for instance: #include <Reg932.h> I need the ones for memory and I/O for instance: #include <memory.h> #include <io.h> those header files cannot be...