Page 1 of 1

Error with "Proporties output"

Posted: Wed Aug 31, 2016 5:59 pm
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

Re: Error with "Proporties output"

Posted: Wed Aug 31, 2016 6:40 pm
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