This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

i used PL3200 for simple i/o port operation.

i checked everything the connection,and program and led.everything was perfect.but i got output for one led.but didn't get output for another led.
what may be the reason?

Parents
  • I expect that you read the datasheet for your processor just as carefully as you read the posting instructions for posting source code.

    And I expect that you wrote your source code just as carefully as you wrote your source code comments.

    When reading the compiler manual and getting started manual, did you intentionally decide that bit variables where useless or didn't you notice them?

    And how did you verify that it isn't an output problem but instead an input problem? And how did you verify if any processor pins have an alternative function that may interferes with your intended use?

Reply
  • I expect that you read the datasheet for your processor just as carefully as you read the posting instructions for posting source code.

    And I expect that you wrote your source code just as carefully as you wrote your source code comments.

    When reading the compiler manual and getting started manual, did you intentionally decide that bit variables where useless or didn't you notice them?

    And how did you verify that it isn't an output problem but instead an input problem? And how did you verify if any processor pins have an alternative function that may interferes with your intended use?

Children