Skip to main content
Visitor II
October 28, 2005
Question

Reset value of PC0, 1, 2, PD ?

  • October 28, 2005
  • 6 replies
  • 1493 views
Posted on October 28, 2005 at 05:02

Reset value of PC0, 1, 2, PD ?

    This topic has been closed for replies.

    6 replies

    Visitor II
    August 4, 2005
    Posted on August 04, 2005 at 15:12

    Hello,

    Does anybody know the reset value of:

    - PC0

    - PC1

    - PC2

    - PD

    THX

    Manu

    Visitor II
    August 5, 2005
    Posted on August 05, 2005 at 07:57

    Port 0 :

    PC0 = 0xffff

    PC1 = 0xffff

    PC2 = 0x0

    PD = 0xe0ff

    Port 1 :

    PC0 = 0xffff

    PC1 = 0xffff

    PC2 = 0x0

    PD = 0xfcff

    Port 2 :

    PC0 = 0xffff

    PC1 = 0xffff

    PC2 = 0x1

    PD = 0xff0f

    These are the values that can be derived from the Reference Manual, if I'm understanding it correctly.

    (On my STR711, however, it seems that P0.15 is configured for TTL input at reset. This is not mentionned in the docs.)

    Can anybody at ST confirm the values ?

    Visitor II
    August 5, 2005
    Posted on August 05, 2005 at 08:05

    Thank you,

    where did you find the reset value in the reference manual ?

    (I didn't find it, there's just an asterisk)

    Visitor II
    August 5, 2005
    Posted on August 05, 2005 at 09:10

    The values are not explicitely written in the Reference Manual, but you can calculate them using the information in the Device Pin Description table (see page 22).

    Visitor II
    August 5, 2005
    Posted on August 05, 2005 at 09:19

    OK, thanks

    Visitor II
    October 28, 2005
    Posted on October 28, 2005 at 05:02

    Hi,

    Can someone confirm the pin configurations upon reset here?

    Rgrds,

    ongth60