[i=s] This post was last edited by yanda5zi on 2015-1-27 21:54 [/i] I just received the STM32F429 development board I bought from the forum, but when I used the STM32 ST-LINK Utility to burn the BIN f...
FR5739 does not have internally configured capacitors like g2553, so when connected to an external crystal oscillator, an external capacitor is required to start oscillation: (a) For XT1DRIVE = {0}, C...
[i=s]This post was last edited by paulhyde on 2014-9-15 03:53[/i] You are not allowed to bring anything. Is the minimum system board a Renesas one? :cold:...
Driver for Samsung flash, model K5E1G13ACA. Why is the data misaligned when I read it? For example, I write 0x11 to all the pages with number 0xFF, and then read it out. The result is (I save the read...
[b] There is an mbxtest program in the DSP BIOS routine provided by TI, which is probably used to teach the use of mailboxes. The program has three write tasks and one read task, with the same priorit...
"Originally, there are many people who can design very good
chips
, but the market does not give domestic
chips
the opportunity to iterate, and domestic companies cannot give engine...[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]
1. Introduction to MC68K CPU The MC683xx series of microcontrollers are composed of the famous MOTOROLA 32-bit microprocessors such as MC68K, 68020, 68040, and the compatible 68K, CPU32, CPU3...[Details]
In 1949, after three years of civil war, the Nationalist government was defeated and retreated to Taiwan. The political and academic circles launched a large-scale reflection on why they failed in ...[Details]
According to TechRadar, given rumors that
Google
is developing a Pixel Watch
,
the
recently renamed Wear OS
smartwatch
operating system may soon be able to show its full cap...[Details]
I used the bit definition in my 51 program: bit flag. After defining it this way, I ran the program and downloaded it to the circuit board. I found that the flag was not the value I set, which led to...[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 Vatican Secret Archives is one of the world's greatest historical collections, but many of its documents have never been transcribed. Recently, a project called Codice Ratio used a
combination...[Details]
A crystal oscillator can be electrically equivalent to a two-terminal network consisting of a capacitor and a resistor in parallel and a capacitor in series. In electrical engineering, this network h...[Details]
1. Function and purpose There are two pins BOOT0 and BOOT1 on each STM32 chip. The level status of these two pins when the chip is reset determines which area the program starts from after th...[Details]
The code for using timer 0 to implement a running light in a 51 MCU is as follows. The LED light is connected to port P1. The code is annotated below, so I won't explain it in detail. My English is n...[Details]
Interrupts and timers implement a 24-hour clock. The program is as follows: #include reg52.h #define PORTLEN P0 sbit bit_select = P2^0; sbit seg_select = P2^1; unsigned char src = {0x3f,0x06,0...[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]
On November 23, Toyota recently released its latest humanoid robot, the T-HR3, which the company said "represents an evolution of the humanoid robot played by previous devices ". This new robot was...[Details]