Häufig gestellte Fragen

Häufig gestellte Fragen

How to check the I/O current leakage by PinView?  Datum:2019-10-02

Introduction:

PinView can check the GPIO status. When detecting an abnormal status, the PinView will mark the pin number in red. There are five situations that the PinView will mark the abnormal pin.

(1) The current leakage for GPIO pin.

(2) The setting value of multi-function pin register is undefined.

(3) The clock source of peripheral device is unavailable.

(4) The baud rate setting of UART device exceeds the valid range.

(5) The pre-scale register setting of PWM device is invalid.

 

Scenario:

The chip enters the Power-down mode, but the power consumption is higher than excepted.

 

Example:

(1) PA0 GPIO is output High and the logic on PA0 is Low.

GPIOA_DOUT[0] = 1 means PA0 is output High.

GPIOA_PIN[0] = 0 means chip detect the PA0 logic is Low. (Real pin logic)

270-1

(2) PA1 is output Low and the logic on PA1 is High.

GPIOA_DOUT[1] = 0 means PA1 is output Low.

GPIOA_PIN[1] = 1 means chip detect the PA1 logic is High. (Real pin logic)

270-2

(3) PA2 is output High and the logic on PA2 is Low.

GPIOA_DOUT[2] = 1 means PA2 is output High.

GPIOA_PIN[2] = 0 means chip detect the PA2 logic is Low. (Real pin logic)

270-3

(4) PA3 is output Low and the logic on PA3 is High.

GPIOA_DOUT[3] = 0 means PA3 is output Low.

GPIOA_PIN[3] = 1 means chip detect the PA3 logic is High. (Real pin logic)

270-4

Produkte: Mikrocontroller ,8-bit-8051-MCUs ,Arm Cortex-M0-MCUs ,Arm Cortex-M23 Mikrocontroller ,Arm Cortex-M4-MCUs
Applikationen:
Funktion: Peripherals,System Operation,Deep Power-down,Power-down,Software and Tools,Nu Tools,PinView
This website uses cookies to ensure you get the best experience on our website. Learn more
OK