NXP FS6500/FS4500 family power chip driver
NXP FS6500/FS4500 family power chip driver
1, General overview
1. Multi power output, linear power voltage regulator, switching power supply, automotive power chip supporting low power consumption and multiple wake-up mode capabilities and modes
2. Support 1-5v MCU power supply and SMPS (switching mode power supply) 0.8A,1.5A,2.2A linear reg ...
Posted by drtanz on Tue, 02 Nov 2021 22:41:54 -0700
Experiment 8: nixie tube display experiment
Experiment 8: nixie tube display experiment
1. Experimental purpose
Learn the basic principle of "seven section common cathode nixie tube" display;Master the method of controlling multiple nixie tube displays through parallel interface chip.
2. Experimental content
Use port A and port B of an 8255 interface chip to connect the dig ...
Posted by Caesar on Mon, 01 Nov 2021 07:54:21 -0700
UCOIII time slice rotation scheduling
Premise:
Time slice rotation method: mainly used for process scheduling in time-sharing system. In order to realize rotation scheduling, the system arranges all ready processes into a queue first process according to the principle of first in first out, and lets it run a time slice on the CPU. Time slice is a small time unit, usually in the or ...
Posted by gabaod on Sun, 31 Oct 2021 11:27:44 -0700
PWM adjust LED brightness
Development board: Wildfire domineering V1 Chip: stm32f103ZET6 Timer: TIM3 Output channel: CH3 GPIO: PB0
frequency
F = 72M / ((ARR+1)*(PSC+1))
Unit: Hz
Duty cycle
Duty_Cycle = (TIMx->CCRx) / ARR
Unit:%
The following test is to observe the brightness change of LED small lamp by adjusting PWM duty cycle
Circuit
Output comparis ...
Posted by praxedis on Sun, 31 Oct 2021 03:09:02 -0700
Using stm32cupemx to generate keil project to complete water lamp and serial communication
catalogue
1, Generate keil project using stm32subemx
1.1. Download stm32cupemx
1.2. Create a new project
1.3 initialization configuration
1.4 project export
2, Improvement and Simulation in keil
2.1 improve functions
2.2 simulation waveform
2.3 burning demonstration
3, stm32usart serial communication
3.1 requir ...
Posted by neerav on Wed, 27 Oct 2021 08:54:02 -0700
Design of temperature and humidity display in cabin based on STM32
Design of temperature and humidity display in cabin based on STM32
This design uses the STM32F103ZET6 elite development board of punctual atom. Data acquisition: the temperature and humidity sensor uses DHT11 to collect humidity and DS18B20 to collect temperature. Display: the display part is divided into TFT-LCD display and upper computer Lab ...
Posted by Yegg on Wed, 27 Oct 2021 07:19:03 -0700
STM32 serial communication
catalogue
1, Understand serial communication
1. What is serial communication
2. Serial communication protocol
2, STM32 uses the serial port to send "hello windows" to the host computer
1. Wiring:
2. Code
3. Burn in board
4. Serial port debugging
3, References
1, Understand serial communication
1. What i ...
Posted by kornlord283 on Wed, 27 Oct 2021 01:09:42 -0700
[punctual atom FPGA serial] Chapter 15 window watchdog (WWDG) experiment - FPGA Development Guide from the new starting point of punctual atom_ V2.1
1) Experimental platform: new starting point V2 development board of punctual atom 2) Platform purchase address: https://detail.tmall.com/item.htm?id=609758951113 2) Full set of experimental source code + manual + video download address: http://www.openedv.com/thread-300792-1-1.html 3) Students interested in punctual atomic FPGA can add group d ...
Posted by duelist on Tue, 26 Oct 2021 00:06:20 -0700
STM32F103 register mode turns on the LED water flow lamp
Experimental requirements: build the circuit with STM32 minimum system core board (STM32F103C8T6) + panel board + 3 red, green and blue LEDs, use GPIOB, GPIOC and GPIOD to control the LED lights, flash in turn, and the interval is 1 second. 1) Write the program design idea, including the register address and detailed parameters of GPIOx port; 2 ...
Posted by Stegs on Sun, 24 Oct 2021 07:53:58 -0700
From understanding serial port to serial communication
catalogue
1, Serial port protocol and RS-232 standard
2, TTL level
3, RS232 level
4, Principle of USB/TTL to 232 "module (taking CH340 chip module as an example)
5, Using stm32cubeMX to generate project and burn HEX files through serial port
6, Serial communication
7, Summary
8, References
1, Serial port protocol and RS-232 stand ...
Posted by haroon on Sat, 23 Oct 2021 07:31:43 -0700