cc2530在做低功耗硬件设计时,未使用的引脚应该如何处理?接gnd或者vcc或者悬空?程序是否需要初始化为某种状态?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
参考 http://www.ti.com.cn/cn/lit/ug/swru191f/swru191f.pdf
7.1 Unused I/O Pins Unused I/O pins should have a defined level and not be left floating. One way to do this is to leave the pin unconnected and configure the pin as a general-purpose I/O input with pullup resistor. This is also the state of all pins during and after reset (except P1.0 and P1.1, which do not have pullup or pulldown capability). Alternatively, the pin can be configured as a general-purpose I/O output. In either case, the pin should not be connected directly to VDD or GND, in order to avoid excessive power consumption.