On May 15, 2005, at 1:23 PM, Jan-Erik Soderholm wrote: > That is, the PWM functions calls like PWM_Init doesn't work. > I guess that is something mikroElektronika has to add, right ? > And that there is nothing I (as a simple "user") can do about it ? > I would hope not. IMO, a REQUIREMENT of any embedded compiler is that it able to have enough RAW access to memory and peripheral devices in the target for the user to write (or re-write) any needed library functions for dealing with the features of the chip. Time for: (* PWM library doesn't work on 12F683; here's a replacement *) procedure my_PWM_Init(...)' begin (* manipulate raw bits *) end (Traditionally, this would be a weakness of pascal (compared to C.) It's harder in Pascal to allow "raw" access to things while remaining within the spirit of the language...) BillW -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist