> Hi, to configure the PIC14 oscillator, memory accesses etc. is quite obvious > thing. You have to do that in assembler and you have to do that in C as well, > in case you don't use the processor which already has correct config word/s > programmed (i.e. bootloader application). > > You would have to do that in any other language as well and for a lot of > processors as well. Anyway, other processors can use different way how to > define configs. For me PIC way is better because you can see everything in > single file - the code, the configuration. AFAIK, AVRs have "fuses" as well > but they are defined out of code on some other places. > > The truth about your question is that in SDCC, there is only one example in > PIC16 chapter. Maybe some note in PIC14 chapter would help beginners...
Hi, yeah i can see it now in the PIC16 section. You are right, the bootloader sets the config for me, so I never bothered about it. Thanks, Vishnu. ------------------------------------------------------------------------------ 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
