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
Parallel Loop in STM32F407
Moderator: Benj
-
- Posts: 74
- Joined: Thu Nov 30, 2017 3:21 am
- Has thanked: 4 times
- Been thanked: 9 times
-
- Matrix Staff
- Posts: 9521
- Joined: Sat May 05, 2007 2:27 pm
- Location: Northamptonshire, UK
- Has thanked: 2585 times
- Been thanked: 3815 times
Re: Parallel Loop in STM32F407
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
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
-
- Posts: 74
- Joined: Thu Nov 30, 2017 3:21 am
- Has thanked: 4 times
- Been thanked: 9 times
Re: Parallel Loop in STM32F407
Hi Martin,
Thanks for your reply. It helps me lot.
Regards,
Karthick.
Thanks for your reply. It helps me lot.
Regards,
Karthick.