IC SWITCHING REGULATOR, 1150 kHz SWITCHING FREQ-MAX, PDSO16, 5 X 3 MM, 0.75 MM HEIGHT, LEAD FREE, PLASTIC, MO-229WJED-1, DFN-16, Switching Regulator or Controller
IC SWITCHING REGULATOR, 1150 kHz SWITCHING FREQ-MAX, PDSO16, 5 X 3 MM, 0.75 MM HEIGHT, LEAD FREE, PLASTIC, MO-229WJED-1, DFN-16, Switching Regulator or Controller
IC SWITCHING REGULATOR, 1150 kHz SWITCHING FREQ-MAX, PDSO16, 5 X 3 MM, 0.75 MM HEIGHT, LEAD FREE, PLASTIC, MO-229WJED-1, DFN-16, Switching Regulator or Controller
board evaluation for ltc3534
IC REG BUCK BOOST ADJ 0.5A 16DFN
IC REG BUCK BST ADJ 0.5A 16SSOP
Output current: 500mA Switching operating frequency: 1MHz Output type: Adjustable Number of output voltage channels: 1 Function type: Step-Up/Step-Down Output configuration: Positive 7V, 500mA synchronous buck-boost DC/DC converter
Output current: 500mA Switching operating frequency: 1MHz Output type: Adjustable Number of output voltage channels: 1 Function type: Step-Up/Step-Down Output configuration: Positive 7V, 500mA synchronous buck-boost DC/DC converter
IC SWITCHING REGULATOR, 1150 kHz SWITCHING FREQ-MAX, PDSO16, 0.150 INCH, LEAD FREE, PLASTIC, SSOP-16, Switching Regulator or Controller
IC SWITCHING REGULATOR, 1150 kHz SWITCHING FREQ-MAX, PDSO16, 5 X 3 MM, 0.75 MM HEIGHT, LEAD FREE, PLASTIC, MO-229WJED-1, DFN-16, Switching Regulator or Controller
When nrf24L01 is set to receive mode, it can receive data through 6 different data channels (data pipes). Each data channel has a unique address but the frequency of each data channel is the same. Thi...
I need a microcontroller with USB function and DLL library to facilitate labview calling. The current C8051F320 has weak performance and cannot meet the needs. Please recommend a microcontroller....
I am a beginner in single-chip microcomputers. I used to work in computer software, but I am not very familiar with hardware. Now I want to switch to single-chip microcomputer programming and developm...
I am almost dying! I have consulted many experts, and tried to modify the config.h file, usrConfig.c, makefile files.... I have tried all the methods, but still get the message "make: *** No rule to m...
1. Problem When developing STM32 with IAR, I found that I could not print floating point numbers by redirecting printf to the serial port. The code is as follows: The output is as follows: It can...[Details]
In the actual project development process, hardware circuits often need to be modified, and the modified parts need to modify the driver. Thinking about the coming and going of such requirements is t...[Details]
I recently upgraded MDK to V5.25 and found that there are many libraries in the Managing Run-Time Environment. Compared with the past, it is much better, from the bottom-level driver to the upper-le...[Details]
The program got stuck during LCD initialization. Through hardware debugging, it was found that it was stuck in the Delay_ms() function. Going to the definition, it was found to be a macro definition ...[Details]
I have always wanted to write some posts and blogs, but I just couldn't bear to do it as I just graduated. After some preparation, I decided to write down some of the things I learned in the past few...[Details]
Time flies. Since the beginning of 2018, news related to home appliance companies have repeatedly made headlines, and competition in the home appliance market continues to intensify. In order to be...[Details]
As many companies listed with
the concept of
touch screen
begin to "transform and upgrade", the official voice of the TP industry is getting smaller and smaller. At the same time, the list o...[Details]
What is SYSTICK: This is a 24-bit system tick timer, SysTick, with automatic reload and overflow interrupt functions. All microcontrollers based on the Cortex_M3 processor can obtain a certain time ...[Details]
1 Introduction Due to the special working environment of coal mine production, the production process is more dangerous and unsafe than the general industry. With the continuous increase in c...[Details]
Every era has anxiety that has nowhere to go. Let's follow the embedded editor to learn about the relevant content.
The anxiety of the post-Internet era is that if you don’t revolutionize ...[Details]
As the brain of a mobile phone, the mobile phone processing chip is of great importance. Xiaomi, which started out as the MIUI company, has long been keenly aware of the gap between China and devel...[Details]
Independent watchdog (IWDG) and low power mode are often used in STM32 development. The watchdog is to detect and solve faults caused by software errors, and the low power mode is to enter sleep mode...[Details]
The photovoltaic industry has become a new business card for China to the world. It not only represents China's leading technology, but also constantly breaks various records with its development spee...[Details]
environment: Host: XP Development environment: MDK4.23 MCU:STM32F103CBT6 illustrate: Collect AD through pins PA1 and PA2. Collect AD 10 times for each channel. #include "ad_driver.h" //Global ...[Details]
For complex calculations, the speed of the microcontroller is too slow. The best way is to manually calculate all the results in advance, store them in ROM in sequence, and then directly check the re...[Details]