Parallel Loop in STM32F407

An area to discuss ARM specific problems and examples

Moderator: Benj

Post Reply
karthickefy
Posts: 74
Joined: Thu Nov 30, 2017 3:21 am
Has thanked: 4 times
Been thanked: 9 times
Contact:

Parallel Loop in STM32F407

Post 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

medelec35
Matrix Staff
Posts: 9520
Joined: Sat May 05, 2007 2:27 pm
Location: Northamptonshire, UK
Has thanked: 2585 times
Been thanked: 3815 times
Contact:

Re: Parallel Loop in STM32F407

Post 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
Martin

karthickefy
Posts: 74
Joined: Thu Nov 30, 2017 3:21 am
Has thanked: 4 times
Been thanked: 9 times
Contact:

Re: Parallel Loop in STM32F407

Post by karthickefy »

Hi Martin,
Thanks for your reply. It helps me lot.

Regards,
Karthick.

Post Reply