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

How to read port pins in port(P0,1,2)?

I would like to call function like port(P0,1,2).i want to assign the values of 0 and 1 to P0.1 and P0.2 using that function prototype only...how can i assign the values to port pins.what are the steps i need to follow...

Thanks in advance

chinnaye

Parents
  • I want the port as the entry function as well as port pin numbers(two pins) also.Here i want to assign the values of 0 &1 to the two port pin numbers.that's it.
    then do it.
    all possible ways to process has been described above.

    i did a study of self modifying code for my thesis
    you can't do that in a flash based controller.

    Erik

Reply
  • I want the port as the entry function as well as port pin numbers(two pins) also.Here i want to assign the values of 0 &1 to the two port pin numbers.that's it.
    then do it.
    all possible ways to process has been described above.

    i did a study of self modifying code for my thesis
    you can't do that in a flash based controller.

    Erik

Children