2013-07-07 08:06 PM
stmstudio can't display static variable ??
#stmstudio #stm322013-07-07 08:43 PM
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.
2013-07-07 09:21 PM
thank you.now i fnd it can ,but can only show interger.