Search found 3 matches

by Cybergent
Tue Jul 03, 2007 1:27 am
Forum: Flowcode V2 & V3
Topic: PWM component in v3.2
Replies: 11
Views: 8154

Method 3 You can edit the code for the PWM component yourself to add a function that accept a 10-bit value instead of an 8-bit value for the duty cycle. I have done this here and it seems to work. If you want the file, please email me and I'll send it to you. Thanks for all your help. IΒ΄ve sent yo...
by Cybergent
Mon Jul 02, 2007 10:56 am
Forum: Flowcode V2 & V3
Topic: PWM component in v3.2
Replies: 11
Views: 8154

Thanks for the reply, but if I could write C-code or Assembler I wouldnΒ΄t be using Flowcode, but the original development system of Microchip. The reason I use Flowcode is, that I do not want to always have to work with programmers when I have a small microchip application. Even if 8 bits is enough...
by Cybergent
Sun Jul 01, 2007 6:31 am
Forum: Flowcode V2 & V3
Topic: PWM component in v3.2
Replies: 11
Views: 8154

PWM Resolution?

At PWM Properties the Periode Register has a range of 0 - 255 . If I understand this right, the duty cycle resolution is limited to 8 bits. But when I check the Microchip manuals of the microcontrollers they state a 10 bits resolution for PWM. So is it not possible to use the full 10 bits resolution...