Skip to main content
eason87lee
Associate II
July 8, 2013
Question

stmstudio can't display static variable ??

  • July 8, 2013
  • 2 replies
  • 604 views
Posted on July 08, 2013 at 05:06

stmstudio can't display static variable ??

#stmstudio #stm32
    This topic has been closed for replies.

    2 replies

    Tesla DeLorean
    Guru
    July 8, 2013
    Posted on July 08, 2013 at 05:43

    Probably because ''static'' implies it doesn't get exported to the global name space, and is limited in scope to the module/file in which it compiles.

    Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
    eason87lee
    Associate II
    July 8, 2013
    Posted on July 08, 2013 at 06:21

    thank you.now i fnd it can ,but can only show interger.