I am trying out two boards for a wireless app, the Chipcon cc2510, and the Nordic nRF24E1, both have 8051 on board. They are each geared towards one IDE or another, Nordic and Keil, Chipcon and IAR.
Anyways, I am having trouble right now adding ANY lines to my code. I dont get a compiler error, but do get an error when programming the EEPROM (using a dev kit). I do NOT get an error when "emulating" the EEPROM with the supplier dongle. Code=922, data=54. Any ideas? I get and error when programming the onboard EEPROM that there was an error programming. Any thoughts? Thanks.
Yes, it is some well written third party programmer (sarcasm). You guys would know better if it outputs the size of the code than I, but I assume this is decimal 922 (and looking through dissassembly it looks to be decimal as well). Regardless, it works with code = 914, but anything above does not work. This is a very odd number whether it is hex or decimal. Thanks for the suggestions though, guess I need to try harder to get Nordic on the phone (tech support from chip manuf. these days is aweful!).