Search found 65 matches

by WalkOver
Thu Feb 05, 2009 8:51 pm
Forum: Suggestions
Topic: Flowcode DSPIC ....
Replies: 3
Views: 8523

Re: Flowcode DSPIC ....

If you receive many demand from the same person ? Does it works ?

Sorry :mrgreen:
by WalkOver
Tue Jan 27, 2009 7:43 pm
Forum: Bugs / Application Errors
Topic: ERROR: Flowcode application has stopped working
Replies: 11
Views: 14168

Re: ERROR: Flowcode application has stopped working

Oh that's a good news !

What's the differents between the 3.4.7 ?
by WalkOver
Tue Jan 27, 2009 9:52 am
Forum: General / Misc
Topic: Questions about the Flowcode evolutions...
Replies: 10
Views: 7671

Re: Questions about the Flowcode evolutions...

Ok, Thank you for your answer. I undersand your choice.

Have a nice day !
by WalkOver
Mon Jan 26, 2009 11:16 pm
Forum: General / Misc
Topic: Questions about the Flowcode evolutions...
Replies: 10
Views: 7671

Re: Questions about the Flowcode evolutions...

Hello !

I already saw that Flowcode V4 was delayed. I just want to know if a 16 bit and / or 32 bit pic micro version will be avaible at the same time ?

Regards :)
by WalkOver
Wed Jan 21, 2009 8:38 pm
Forum: General / Misc
Topic: pic chip freezes on startup
Replies: 6
Views: 6230

Re: pic chip freezes on startup

Do you respect the maximum impedance for your ADC ?

Do you have a fairly powerful regulator ? ( because of your servomotors )

Do you put 100nF on the PIC power pin ? On the Servo power pin ?
by WalkOver
Tue Jan 13, 2009 10:42 am
Forum: Flowcode V2 & V3
Topic: pwm with 18f8722
Replies: 13
Views: 7557

Re: pwm with 18f8722

Hello !

You have to replace this line on the wrong fcd files :

Define20=#define MX_PWM_CNT 5

by

Define20=#define MX_PWM_CNT 2

I don't have a 18F8722 but with Proteus ISIS, the simulation works well.

ECCP1 is on RC2 pin 43
ECCP2 is on RC1 pin 35
by WalkOver
Mon Jan 12, 2009 10:20 pm
Forum: General / Misc
Topic: How to set the clock for USB apps ?
Replies: 1
Views: 2672

How to set the clock for USB apps ?

Hello ! I want to use a 18F2550 to play with the USB component. First, I just want to send data from my PC to the 18F2550 and read the calculated DATA in return. Is the USB_HID is the best for me ? Then, If i want to have the smallest PCB, Is-it possible the use only the internal oscillator ? No cry...
by WalkOver
Mon Jan 12, 2009 6:01 pm
Forum: Flowcode V2 & V3
Topic: pwm with 18f8722
Replies: 13
Views: 7557

Re: pwm with 18f8722

Try with this file.

You have to it in your FCD folder and replace the original file.

Let me know if your problem is resolved.
by WalkOver
Thu Dec 04, 2008 11:01 am
Forum: Components (Comms)
Topic: Conflict when I use interrupt and RS232 component.
Replies: 2
Views: 3285

Re: Conflict when I use interrupt and RS232 component.

Thank you for your quick answer !

I try different value between 2 and 200 but I didn't see any change.

I will try to understand the Sean's example program and adapt this to mine.

Have a nice day :)
by WalkOver
Thu Dec 04, 2008 10:08 am
Forum: Components (Comms)
Topic: Conflict when I use interrupt and RS232 component.
Replies: 2
Views: 3285

Conflict when I use interrupt and RS232 component.

Hello ! I have to drive two servo motor and receive 14 octet at 19200 bauds with the RS232 component. As soon as I receive data, the servo motor position change without any reason. To drive my servo motor, I don't use your examples program. I use only one interruption (TIMER0) and I set RA0 for exem...
by WalkOver
Thu Nov 06, 2008 9:27 am
Forum: Components (Comms)
Topic: Interrupt on incoming RS232 on 18F6622
Replies: 3
Views: 3806

Re: Interrupt on incoming RS232 on 18F6622

Hello,

Let me clarify that I don't use the RS232 in the rules. Only one pin is connected between two cards. How to make this work?

CARD NΒ°1 CARD NΒ°2 CARD NΒ°3
TX------------------------RX TX---------------------------RX
by WalkOver
Tue Nov 04, 2008 6:59 pm
Forum: Components (Comms)
Topic: Interrupt on incoming RS232 on 18F6622
Replies: 3
Views: 3806

Re: Interrupt on incoming RS232 on 18F6622

Thank you Benj, I tried with a simple program without interruption and nothing else --> it works well. I can control with a LED if the PIC detect the start octet ( 0xFE ). If I put this program on the custom interrupt enable icon with your code, it doesn't work :-( The LED stays off. I want to test ...
by WalkOver
Tue Nov 04, 2008 1:39 pm
Forum: Components (Comms)
Topic: Interrupt on incoming RS232 on 18F6622
Replies: 3
Views: 3806

Interrupt on incoming RS232 on 18F6622

Hello everybody ! I try to receive RS232 Strings on a 18F6622. It works well when my program just recept data. But if I add others functions as sending RS232 or PWM etc....It doesn't work. So i try the matrixmultimedia team interrupt code for RS232 incoming but it doesn't work. What I have to do for...
by WalkOver
Fri Aug 29, 2008 1:08 pm
Forum: Components (Comms)
Topic: SPI between two PIC
Replies: 5
Views: 6591

Re: SPI between two PIC

Thank you very much Benj,

I will test your custom code this evening or tomorow !

Have a nice day !
by WalkOver
Fri Aug 22, 2008 9:01 am
Forum: Components (Other)
Topic: Why the duty cycle change when I just want to change period
Replies: 3
Views: 6113

Re: Why the duty cycle change when I just want to change period

Oh thank you so much. It works very well now !
by WalkOver
Wed Aug 20, 2008 10:34 am
Forum: Components (Other)
Topic: Why the duty cycle change when I just want to change period
Replies: 3
Views: 6113

Why the duty cycle change when I just want to change period

Hello ! I want to use a trimmer to generate a PWM with a 50% duty cycle but with a variable frequency. In Flowcode, i set at the beginning of the program duty cycle = 127 and for the nPeriodVal, a variable between 0 and 255 from the ADC component. When i turn the trimmer, frequency AND the Duty cycl...
by WalkOver
Thu Aug 14, 2008 11:46 am
Forum: Components (Comms)
Topic: SPI between two PIC
Replies: 5
Views: 6591

Re: SPI between two PIC

Hello and thank you for your answer. I tried to change your SPI_Code.c file to setup my PIC as a slave. I just set both SSP1CON1 and SSP1STAT register (I use a PIC 18F6527) SSP1CON1 = 0b00100100 SSP1STAT = 0b00000000 And I just set the SCK bit but it doesn't work. The simulation doesn't work with Pr...
by WalkOver
Mon Aug 11, 2008 11:07 am
Forum: Components (Comms)
Topic: SPI between two PIC
Replies: 5
Views: 6591

SPI between two PIC

Hello the Flowcode Team ! I must send some octet to an other PIC but I already use the RS232 protocol. Is it possible to communicate between two PIC on the same card with the SPI protocol? Send or reiceive char generates a clock on SCL. I'm afraid there is a conflict. This solution works or I must b...
by WalkOver
Sat Aug 09, 2008 2:03 pm
Forum: General / Misc
Topic: Questions about the Flowcode evolutions...
Replies: 10
Views: 7671

Re: Questions about the Flowcode evolutions...

Hello sean, Thanks for this good news! Personally, I bought before knowing Flowcode, a universal development system for PIC, PSOC, AVR, 8051, ARM and dsPIC MCU (http://www.mikroe.com/en/tools/unids3/). To use Dspic, I just have to buy a small option card ( and the compiler but there will be Flowcode...
by WalkOver
Fri Aug 08, 2008 6:52 pm
Forum: General / Misc
Topic: Questions about the Flowcode evolutions...
Replies: 10
Views: 7671

Re: Questions about the Flowcode evolutions...

Hello Steve,

Any news about Flowcode for Dspic / PIC24 ?
by WalkOver
Wed Jul 09, 2008 12:52 pm
Forum: General / Misc
Topic: Questions about the Flowcode evolutions...
Replies: 10
Views: 7671

Re: Questions about the Flowcode evolutions...

WouaaOuuu !! This is a very very good news !

Don't hesitate if you need beta testers ...

Have a nice day.
by WalkOver
Wed Jul 09, 2008 9:23 am
Forum: General / Misc
Topic: Questions about the Flowcode evolutions...
Replies: 10
Views: 7671

Questions about the Flowcode evolutions...

Hello the Flowcode Team ! Is it possible to have news about the Flowcode developments ? For example, do you develop a release for PIC24, 32 or dspic ? The possibility of using all available communications modules (2 UART per PIC for example) ? I love this software so if these new features are possib...
by WalkOver
Wed Jul 02, 2008 7:27 pm
Forum: Components (Comms)
Topic: How to set nTimeout for the RS232 component ?
Replies: 22
Views: 23349

Re: How to set nTimeout for the RS232 component ?

Thanks Benj,

I hadn't tried the value 255 yet. In the meantime I changed a little bit my program and I set nTimeout to 255 .... and it works much better!

Is it the setting nTimeout or my program? I don't know, I will test it more later.

Thanks again.
by WalkOver
Tue Jul 01, 2008 3:45 pm
Forum: Components (Comms)
Topic: How to set nTimeout for the RS232 component ?
Replies: 22
Views: 23349

How to set nTimeout for the RS232 component ?

Hello the Flowcode company, I do two electronic cards who must communicate in RS232. it works but not completely. I send 5 bytes on one side and I must receive them in the same order on the other side. The first byte is a detection byte. it doesn't work, I have the impression that the receiver recei...
by WalkOver
Tue Jul 01, 2008 9:07 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***

Thank you very much,

I realized my mistake. I used the AddDefines icon instead of the edit menu.

It compiles very well now !

Thank you Benj and steve.