Search found 65 matches

by WalkOver
Mon Jun 30, 2008 11:59 am
Forum: Bugs / Application Errors
Topic: Error during compilation with SPI protocole on PIC 18F6***
Replies: 6
Views: 6015

Re: Error during compilation with SPI protocole on PIC 18F6***

Can you send me your file please ? I could see the tips.
I really can't compile with this method. I should probably do something wrong.
by WalkOver
Fri Jun 27, 2008 5:40 pm
Forum: Bugs / Application Errors
Topic: Error during compilation with SPI protocole on PIC 18F6***
Replies: 6
Views: 6015

Re: Error during compilation with SPI protocole on PIC 18F6***

Thank you for your Help.

I have the last Flowcode version ( 3.4.7.48 )

Nevertheless, I try to put your code into a define section and i still have this problem :cry:

If you use a SPI communication on a 18F6622, can you compile correctly ?
by WalkOver
Fri Jun 27, 2008 3:33 pm
Forum: Bugs / Application Errors
Topic: Error during compilation with SPI protocole on PIC 18F6***
Replies: 6
Views: 6015

Error during compilation with SPI protocole on PIC 18F6***

Hello the Flowcode community ! I have lots of errors when I compiling program with SPI protocol on PIC 18F6*** and PIC 18F8*** ( I use PIC 18F6527 an 6622 ). When i compil the same program on pic 18F2*** or 18F4***, it works very well. I made a simple test program who just send an octet in SPI and i...
by WalkOver
Tue Jun 03, 2008 7:05 pm
Forum: Components (Other)
Topic: PWM component and PIC 16F777
Replies: 12
Views: 9500

Re: PWM component and PIC 16F777

Hello. The pwm channel 3 works simple c commands ccp3con = OxOC,it enables the pwm,and ccpr3l set the duty... BUT i have notice that if i use a/c conversion,it disturbs the pwm3 output.. Steve,Ben could you check the a/d con,does it turn ALL the an channels input? Because if i use only an0 a/d con,...
by WalkOver
Thu May 29, 2008 5:12 pm
Forum: Components (Other)
Topic: PWM component and PIC 16F777
Replies: 12
Views: 9500

Re: PWM component and PIC 16F777

Hello. The pwm channel 3 works simple c commands ccp3con = OxOC,it enables the pwm,and ccpr3l set the duty... BUT i have notice that if i use a/c conversion,it disturbs the pwm3 output.. Steve,Ben could you check the a/d con,does it turn ALL the an channels input? Because if i use only an0 a/d con,...
by WalkOver
Fri May 23, 2008 1:16 pm
Forum: General / Misc
Topic: How to implement a second RS232 communication ?
Replies: 3
Views: 3742

Re: How to implement a second RS232 communication ?

Thanks Benj,

I will try this last suggestion.

Use the Timer interrupt for PWM consume more resources than using hardware functions of the PIC ?
by WalkOver
Fri May 23, 2008 9:05 am
Forum: General / Misc
Topic: How to implement a second RS232 communication ?
Replies: 3
Views: 3742

How to implement a second RS232 communication ?

Hello 8) Someone knows how to implement a second RS232 communication in flowcode as we do put on some Big PIC in C language ? Same question to use all PWM from a PIC and not just 2. I already asked this question but I don't know the language C and the boostC documentation is very poor about PWM. Tha...
by WalkOver
Fri May 09, 2008 2:45 pm
Forum: Bugs / Application Errors
Topic: Problem with the PWM on big PIC !
Replies: 4
Views: 4558

Re: Problem with the PWM on big PIC !

Thank you very much for the trick and especially for your quick response! I tested this solution very quickly on a 18F6527 but without success. I've had to do something wrong but I retest changing only one small thing : Define20=#define MX_PWM_CNT 5 changed to: Define20=#define MX_PWM_CNT 2 and it w...
by WalkOver
Wed May 07, 2008 1:25 pm
Forum: Bugs / Application Errors
Topic: Problem with the PWM on big PIC !
Replies: 4
Views: 4558

Re: Problem with the PWM on big PIC !

Oh ! thank you very much ! It's nice. :) For information, I use the latest Flowcode version (3.4.7.48). To test the PWM I just use the ADC component and I put the value to change the duty cycle of the PWM. Have you the same pb than me ? I can try to send you the program if needed but there is really...
by WalkOver
Tue May 06, 2008 6:26 pm
Forum: Bugs / Application Errors
Topic: Problem with the PWM on big PIC !
Replies: 4
Views: 4558

Problem with the PWM on big PIC !

Hello, I need a lot of pins for a project, so I chose a big PIC 18F6 *** or 18F8 ***. In this project I need PWM and I have the impression that it doesn't work. To test only the PWM, I made a very simple program implementing only pwm, I get an error when compiling on PIC : 18F6722, 8722, 18F86J65, 8...
by WalkOver
Tue Apr 29, 2008 10:58 am
Forum: Components (Other)
Topic: Graphical LCD and four PWM help needed
Replies: 17
Views: 12325

Re: Graphical LCD and four PWM help needed

Thank you very much for your quick response.

What's the Nokia graphic display reference ?

I see what I can do with interruptions, I do not mastered it yet!

Thanks again.
by WalkOver
Sun Apr 27, 2008 3:00 pm
Forum: Components (Other)
Topic: Graphical LCD and four PWM help needed
Replies: 17
Views: 12325

Graphical LCD and four PWM help needed

Hello the Flowcode community ! I download the latest Flowcode update and I am very happy to see support for new components such as graphical LCD ! I have a question about this, there is no help file available as for others components. Can we get it or it's not available yet ? Otherwise, with what ty...
by WalkOver
Thu Dec 20, 2007 7:50 pm
Forum: Flowcode V2 & V3
Topic: Need more than 2 pwm
Replies: 1
Views: 2209

Need more than 2 pwm

Hello everyone!

I need for a project more than 2 pwm.

How can I create a third with Flowcode using an other digital output?

Thank you in advance ;-)
by WalkOver
Mon Nov 26, 2007 3:09 pm
Forum: Flowcode V2 & V3
Topic: I have a pb with my .c
Replies: 2
Views: 2668

Yes, compilation ends successfully, but the simulation with the software Proteus Isis and my .hex doesn't work. I don't have the equipment to check the proper functioning of the PIC yet, but I think that the problem must come from Proteus. Thanks for your prompt response :wink: PS : Sorry for ma bad...
by WalkOver
Fri Nov 23, 2007 11:38 pm
Forum: Flowcode V2 & V3
Topic: I have a pb with my .c
Replies: 2
Views: 2668

I have a pb with my .c

Hello to all Flowcode users ! I have a problem with my .c when I use a pwm macro. Please, look what I get: //PWM0: //ImplΓ©mentations Macro void FCD_PWM0_Enable(char nIdx) { //error checking #ifndef MX_PWM #warning "This chip does not have PWM capability" #else #ifndef MX_PWM_CNT #pragma error FCD f...