Page 1 of 1

Parallel Loop in STM32F407

Posted: Fri Dec 08, 2017 6:00 am
by karthickefy
Hi ,
I'm new to Flowcode. Currently I'm using STM32F407VET6 based ARM development board. I have a question regarding how to make parallel loop in Flowcode. Ex: Blink two LED simultaneously in different GPIO using Parallel Loop method. Can some one guide me?

Thanks,
Karthick

Re: Parallel Loop in STM32F407

Posted: Fri Dec 08, 2017 11:00 am
by medelec35
Hi Karthick,
This will help if using the same port.
If using one bit from two separate ports then just use the output (single bit) for the bit of each port.

You will be best going to the Learning Centre
Just watch some tutorial videos and there is also a free online course.

Martin

Re: Parallel Loop in STM32F407

Posted: Wed Dec 20, 2017 4:58 am
by karthickefy
Hi Martin,
Thanks for your reply. It helps me lot.

Regards,
Karthick.