Search found 4 matches
- Sun May 20, 2012 4:43 pm
- Forum: Flowcode V5
- Topic: RGB LED does not work ... at all.
- Replies: 4
- Views: 4509
Re: RGB LED does not work ... at all.
Hi Are you using the FC5 macro? or writing it in FC4 RGB_Test_V1.fcf This is a flowcode 4 version Simple RGB.fcf My flowcharts are set to use PortD but it can easilly be moved to Port B Bit 1 = Red Bit 2 = Green Bit 3 = Blue Dont forget you need a current control resistor for each colour, a single ...
- Sun May 20, 2012 4:07 pm
- Forum: Flowcode V5
- Topic: RGB LED does not work ... at all.
- Replies: 4
- Views: 4509
RGB LED does not work ... at all.
Hi there. This is simple. I have a simple "while 1" loop, and inside it, I have set the value "2" to PORTA, and to PORTA is connected an RGB LED... and it doesn't light AT ALL.
Ideas?
Thanks
Ideas?
Thanks
- Tue May 15, 2012 12:56 am
- Forum: General Programming
- Topic: FlowCode V5 for PIC - internal oscillator issue
- Replies: 14
- Views: 12788
Re: FlowCode V5 for PIC - internal oscillator issue
Hi iamwhoiam, You need to select INTOSC I/O (INTernal OSCillator with RA6 as Input/Output) Don't forget to disable Watchdog Timer and Low Voltage Programming Martin Thanks! :D Talk about ambiguous design - they NEED to fix that, and make it abundantly clear what it means. It's all very well THEM kn...
- Mon May 14, 2012 5:38 pm
- Forum: General Programming
- Topic: FlowCode V5 for PIC - internal oscillator issue
- Replies: 14
- Views: 12788
FlowCode V5 for PIC - internal oscillator issue
Hi all. I am trying to find the correct option in FlowCode 5 for PIC, to set the INTERNAL oscillator for my PIC 16F628A, and it is SO confusing! Here is where I go, in FlowCode: "Build >> Project options >> General (tab) >> Configure chip" The options I see for the oscillator are pretty co...