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

Aduc832 software problem

The problem consists of:
i have i display attached to the Aduc through I2C interface and i also have a keypad attached through PORT 2.
When i push one of the button the display shows strange characters.

Can you point to me where the problem comes?
Thanks.

Parents
  • No.Sorry,i think that is not the error.

    From what i readed,the port P2 is also used to acces some kind of memory.
    I tried something:i moved the characters vector to the code memory with "code" sintax and aparantly it worked.

    That is not the solution thow.I need to keep the vector in the "xdata".I must use anather port?

    Thanks for the help:)

Reply
  • No.Sorry,i think that is not the error.

    From what i readed,the port P2 is also used to acces some kind of memory.
    I tried something:i moved the characters vector to the code memory with "code" sintax and aparantly it worked.

    That is not the solution thow.I need to keep the vector in the "xdata".I must use anather port?

    Thanks for the help:)

Children