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, Does anybody knows how to specify the memory map of the EZ-USB dev board ? I can't find it in the device list of uVision. I suppose that I get this message 'cause the linker thinks I have a standard 8051 with only 256bytes of on-chip RAM. Thanks, JP
The architecture of the 8051/52 dictates 128 or 256 bytes of IDATA max. If you have extra RAM on your chip, it's XDATA. Just use the xdata keyword to put variables out there.