We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi guys, I am using keil C51 to do the program and debugging the cypress FX2 ezusb chip. In my project options I selected Cypress FX2 as the device type. Should I add an include file in my .a51 file? Also, if I need to add one instruction at location 0043h, how do I do it? I tried CSEG 0043h, keil says syntax error. I am new to both cypress fx2 and keil.
I will move on to C eventually. For the time being my plan is to do USB HID with the cypress chip in Assembly. As soon as I finish that, I am gonna move on to C. My previous USB HID project was done with the MAX3420 and FPGA (picoblaze) in assembly.