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 everybody !!! I've got a problem with my Nordic nRF24E1. It's a powerful transceiver with an integrated 8051 microcontroller (Dallas DS80C320). It has only 4KBytes of internal program memory. The trouble is that I've a program of 16KBytes located in an external EEPROM of 32Kbytes.I think that my sole solution is memory paging. But I don't know how to switch between pages and I don't know when I must do it. Does anyone know techniques for memory paging with 8051 ? If you have another solution than memory paging, I'm very interested... Thanks Regards Corentin Briat
In other words, you need "dynamically loaded library".... Oops... now I have only one idea - 3-4 projects with the same main file.