16F1933 & 16FLF1933 Bugs Corrected

Moderator: Benj

Post Reply
medelec35
Matrix Staff
Posts: 9520
Joined: Sat May 05, 2007 2:27 pm
Location: Northamptonshire, UK
Has thanked: 2585 times
Been thanked: 3815 times
Contact:

16F1933 & 16FLF1933 Bugs Corrected

Post by medelec35 »

I have altered and posted F16F1933.fcd & 16LF1933.fcd files to correct following issues

1) Timer0. Errors when compiling:

Code: Select all

: error: unknown identifier 'T0IE'
: error: invalid operand 'T0IE'
: error: failed to generate expression
: error: invalid operand '<<'
: error: failed to generate expression
: error: unknown identifier 'T0IF'
: error: invalid operand 'T0IF'
: error: failed to generate expression
: error: invalid operand '<<'
: error: failed to generate expression
: error: invalid operand 'T0IE'
: error: failed to generate expression
: error: invalid operand '<<'
: error: failed to generate expression
: error: invalid operand '& '
: error: invalid operand '& '
: error: failed to generate expression
2) ADC channels AN11 - AN13 missing.

3) Unable to select Port E3

4) Since all CCP type PWM can now be used (up to 10 channels), added CCP3 - CCP5 on chip diagram.



If 64bit windows go to C:\Program Files (x86)\Flowcode\v5\FCD
or
If 32bit windows go to C:\Program Files\Flowcode\v5\FCD
Make a copy of F16F1933.fcd & 16LF1933.fcd
then replace originals with attached files.

Martin
Attachments
16LF1933.fcd
(16.97 KiB) Downloaded 218 times
16F1933.fcd
(17 KiB) Downloaded 215 times
Last edited by medelec35 on Sat Jan 28, 2012 2:39 am, edited 1 time in total.
Martin

medelec35
Matrix Staff
Posts: 9520
Joined: Sat May 05, 2007 2:27 pm
Location: Northamptonshire, UK
Has thanked: 2585 times
Been thanked: 3815 times
Contact:

Re: 16F1933 & 16FLF1933 Bugs Corrected

Post by medelec35 »

Just corrected some more bugs.

Martin
Martin

User avatar
JonnyW
Posts: 1230
Joined: Fri Oct 29, 2010 9:13 am
Location: Matrix Multimedia Ltd
Has thanked: 63 times
Been thanked: 290 times
Contact:

Re: 16F1933 & 16FLF1933 Bugs Corrected

Post by JonnyW »

Thanks Martin.

We will collate all these fixes together after the weekend and it will help us decide when it is worthwhile to do a new release.

Jonny

Post Reply