I am currently trying to run the PER Sample for the Chipcon CC1110 F32 Chip by the way of your C51 Compiler, but it seems to be not working when I load it on the chip.
I have tried to configure the target options in uVision but there is still the same issue. The "home page" of the application should write "Chipcon CC1110 (3)" - 3 is the version of the chip - but it's written "Chipcon CC1110 (785".... I am guessing that i have a problem when the program is trying to read in the chip register. So I conclued that problem is rising during compilation, due to wrong parameters.
I wonder if somebody could help me to find right parameters for the Chipcon CC1110 F32 ? I am guessing that someone of you have ever worked with KEIL uVision on a CC1110 Chip.
Here is my configuration of the target : - Xtal(MHz) : 26.0 - Memory model : Large : variables in XDATA - Code rom size : Large : 64K program - Operating System : None - Use On-Chip ROM : NO - Use On-Chip XRAM : YES - Use multiple DPTR registers : NO
I am using the HEX-80 Format for the HEX file which I load on the chip.
Bests Regards.