• The "weak attribute" usage problem
    Hi, I'm trying to use the weak attribute for the some public API definition to replace once the real APIs were NOT linked. The step I did is like below: 1. Put kinds of components APIs /w weak attribute...
  • The "weak attribute" usage problem
    Hi, I'm trying to use the weak attribute for the some public API definition to replace once the real APIs were NOT linked. The step I did is like below: 1. Put kinds of components APIs /w weak attribute...
  • meaning of weak pull-ups
    Hello, can anyone please explain me the purpose of weak pull-ups resistor of a port? What are they used for? thanx in advance, M.
  • meaning of weak pull-ups
    Hello, can anyone please explain me the purpose of weak pull-ups resistor of a port? What are they used for? thanx in advance, M.
  • Libs, weak references and toolchain magic
    Hi, I am attempting to build a .lib for a hardware abstract layer. Two related questions: 1) The library handles several interrupts (e.g. faults, gpio). However, I find that fault handling is...