Search found 11 matches

by palanivel
Thu Oct 08, 2020 8:08 am
Forum: Flowcode V8
Topic: PWM in multiple GPIO ports with phase angle shift
Replies: 4
Views: 2066

Re: PWM in multiple GPIO ports with phase angle shift

Hi Leigh,
It will be good if you add RTC for F407 series and F447 Series. Thanks.

Palani
by palanivel
Wed Oct 07, 2020 10:47 am
Forum: Flowcode V8
Topic: PWM in multiple GPIO ports with phase angle shift
Replies: 4
Views: 2066

Re: PWM in multiple GPIO ports with phase angle shift

Hi Ben, Thanks. Your code working fine with 3.333 msec delay between each PWM Enable block. But initially, it is OK. but after some time the Phase shift got changed due to the nS variation (333.3 ns in second delay. but I can't put the same in delay) between the PWM to PWM signal. Is there any other...
by palanivel
Tue Oct 06, 2020 7:02 am
Forum: Flowcode V8
Topic: PWM in multiple GPIO ports with phase angle shift
Replies: 4
Views: 2066

PWM in multiple GPIO ports with phase angle shift

Hi Matrix team, Currently, I try to make a simulation board using STM32F4 series ARM processor for one of my testing projects. I would like to generate the PWM in 6 GPIO ports, Port 1 = 0 deg Phase angle Port 2 = Just invert of Port 1 signal Port 3 = 120 deg Phase angle Port 4 = Just invert of Port ...
by palanivel
Thu Aug 02, 2018 3:39 pm
Forum: Flowcode V8
Topic: STARM Compiler Error with FC8
Replies: 21
Views: 9807

Re: STARM Compiler Error with FC8

Hi Ben,
After update the definition file still build error exist. Attached is the screen shot for your reference.
by palanivel
Thu Aug 02, 2018 2:04 pm
Forum: Flowcode V8
Topic: STARM Compiler Error with FC8
Replies: 21
Views: 9807

Re: STARM Compiler Error with FC8

Hi Leigh,
I think something wrong after update my Flowcode 8. Even I tried to check with other computer with my FC8 licence and other PC also same compile error. While I open the compiler options, PIC compiler is highlighting by default. Attached is my ARM compiler setup.

Karthick
by palanivel
Fri Jun 22, 2018 10:46 am
Forum: Flowcode V8
Topic: ILI9341 SPI Display Not working
Replies: 5
Views: 3494

Re: ILI9341 SPI Display Not working

Hi Jgu1,
After apply the 3.3V and my display is working. But the background and the letters are updating very slowly in LCD. Is it possible to make more fast update? Thanks for your help.
by palanivel
Thu Jun 21, 2018 1:01 pm
Forum: Flowcode V8
Topic: ILI9341 SPI Display Not working
Replies: 5
Views: 3494

ILI9341 SPI Display Not working

Hi,
I have a problem with ILI9341 Display. I just write a code for Display some characters in ILI9341 Display. but it does't work and only back light is on . Attached is the Code and display picture. Can some one please help me ? Thanks in advance.
by palanivel
Fri Jun 15, 2018 10:40 am
Forum: Flowcode V8
Topic: Multi-threading (Parallel operation/Loops) is possible in Flowcode 8?
Replies: 11
Views: 6416

Re: Multi-threading (Parallel operation/Loops) is possible in Flowcode 8?

Hi Benj, Thanks, I understand the Interrupt example. But my requirement is bit different. Ex: I made a motor controller with LCD display. I want to make two operations,First one is motor controller which 2 PWM and speed sensors runs independently and other operation is LCD with Button control, LCD s...
by palanivel
Thu Jun 14, 2018 11:06 am
Forum: Flowcode V8
Topic: Multi-threading (Parallel operation/Loops) is possible in Flowcode 8?
Replies: 11
Views: 6416

Re: Multi-threading (Parallel operation/Loops) is possible in Flowcode 8?

Hi Benj,
Could you please share some Example program (pseudo parallel operation) for my understanding?

Thank you very much QMESAR.
by palanivel
Thu Jun 14, 2018 9:41 am
Forum: Flowcode V8
Topic: Multi-threading (Parallel operation/Loops) is possible in Flowcode 8?
Replies: 11
Views: 6416

Re: Multi-threading (Parallel operation/Loops) is possible in Flowcode 8?

Hi QMESAR,
Thanks for your reply. Is there any other method to run two function simultaneously in flowcode?
by palanivel
Thu Jun 14, 2018 9:06 am
Forum: Flowcode V8
Topic: Multi-threading (Parallel operation/Loops) is possible in Flowcode 8?
Replies: 11
Views: 6416

Multi-threading (Parallel operation/Loops) is possible in Flowcode 8?

Hello, I'm new to Flowcode. Is it possible to run two or more loops (While loops) simultaneously? Ex: Flashing LED in PortA-1 and generate PWM in other port and Button's in other ports. While I access the buttons LED flashing and PWM signal should not affect. Link (Data sharing) between loop to loop...