> ----------------------------------------
> for the device (2.4Kb). Im guessing the sdcc generated hex file doesnt cover
> the configuration data (which is at 0x2007).
>
Hi Vishnu,
do you have defined some config ? Look at following line:
unsigned int __at( 0x2007) __CONFIG = _CP_OFF & _WDT_OFF & _BODEN_OFF & \
_PWRTE_ON & _MCLRE_OFF & _INTRC_OSC_NOCLKOUT & _CPD_OFF;
This one is for PIC16F630 so you need to define config line by yourself. But it
should have a look like the line above.
Vaclav
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Sdcc-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sdcc-user