Battery life is extremely important in new battery-powered systems. Portable applications such as remote sensors require voltage regulators with low current standby states that can simultaneously deliver high power pulses.
Linear Technology's LT®3970/LT3971 leads the industry in low-current standby mode, consuming only 2.8µA of input current under no-load conditions when regulating a 3.3V output. These products can efficiently deliver output currents up to 1.2A and 350mA from inputs up to 38V. The quiescent current of the LT3970 and LT3971 is lower than the self-discharge rate of most batteries, making them an excellent choice for systems with tight power budgets that require a full-featured buck regulator.
1. If you use Keil , you can do the following:
First change the content of the fault interrupt function to :HardFault_Handler\
PROC
;EXPORT HardFault_Handler [WEAK]
;B .
IMPORT hard_fault_handler_c
TS
In the blink of an eye, 2017 is about to pass. The things at the beginning of the year seem like yesterday. While lamenting the passing of time, I began to recall how this year went by in a muddle! Wo
I'm working on the printing function under VxWorks recently, but VxWorks doesn't provide the "what you see is what you get" GDI function interface like Windows or Linux, so I'm confused about how to m
Use Wanli development board to do simple EXTI debugging: set PD3, PD4 pins as interrupt input ports, they are connected to onboard keys KEY2, KEY3 respectively. After setting, the main program runs no