Error with "Proporties output"

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 7.

Moderator: Benj

Post Reply
Pascal_2016
Posts: 89
Joined: Wed Aug 31, 2016 4:48 pm
Been thanked: 4 times

Error with "Proporties output"

Post by Pascal_2016 »

Hello

I own Flowcode 7 "emergency for commercial use"
The microcontroller is 32MX250F128D

I want in the Proporties output: select the Port RC8, RB15, and RA8

Unfortunately, only the outputs of RA0 - RA3, RB0 - RB3 and RC0 - RC3 be me offered


What should I do, so that my output's can select

User avatar
QMESAR
Valued Contributor
Valued Contributor
Posts: 1287
Joined: Sun Oct 05, 2014 3:20 pm
Location: Russia
Has thanked: 384 times
Been thanked: 614 times

Re: Error with "Proporties output"

Post by QMESAR »

Pascal_2016 wrote:I want in the Proporties output: select the Port RC8, RB15, and RA8
Unfortunately, only the outputs of RA0 - RA3, RB0 - RB3 and RC0 - RC3 be me offered
It is possible to what you need,
The PORTS are grouped in PORTx0 ,1,2 ect
This for RB15 you need to select PORTB1 bit 7 and RC8 you need to select PORTC1 bit 0 RA8 I will leave for you to try :D
Attached a sample of your pin setup you can use this project,you just need to set the Configuration in the Project Configuration window under Build>> Project settings
Attachments
Example Ports.fcfx
(6.84 KiB) Downloaded 222 times
3.JPG
3.JPG (14.13 KiB) Viewed 2627 times
2.JPG
2.JPG (24.25 KiB) Viewed 2627 times
1.JPG
1.JPG (28.45 KiB) Viewed 2627 times

Post Reply