Hi All,

Yes this is not a SDCC specific question but...
I am using SDCC version 2.9 under Code::Blocks version 8.02 on WindowsXP

This code

// CONFIG
     static typedef unsigned int config;
     config at 0x2007 __CONFIG = _PWRTE_OFF & _BODEN_OFF & _WDT_OFF & 
_LVP_ON & _CPD_OFF & _DEBUG_OFF & _HS_OSC & _CP_OFF;

was cut from some example, which origin I can't remember anymore.

It is to config things in a PIC MCU.

Does anyone use a different way?
Although you normally do not change this often, it hard to decipher.


Thanks

With best regards,

Frans.


------------------------------------------------------------------------------
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

Reply via email to