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
Error with "Proporties output"
Moderator: Benj
-
- Posts: 89
- Joined: Wed Aug 31, 2016 4:48 pm
- Been thanked: 4 times
- QMESAR
- 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"
It is possible to what you need,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
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

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 (14.13 KiB) Viewed 2627 times
-
- 2.JPG (24.25 KiB) Viewed 2627 times
-
- 1.JPG (28.45 KiB) Viewed 2627 times
https://www.flowcodexchange.com/
Regards QMESAR
Regards QMESAR