[i=s]This post was last edited by qwqwqw2088 on 2020-2-11 09:25[/i]1. How to find the right chip reference design and application guide?
Search the chip model on TI's official website and you will be ...
[table=98%][tr][td][b]ASIC Customer Engineer & physical design engineer[/b][/td][/tr][tr][td] [/td][/tr][tr][td]The American company LSI's Shanghai R&D center is recruiting talents in the field of sto...
The SPI communication configuration is all right, and there is no problem sending data. But the receiving block cannot receive data, and the data read is always 0x0000FFFF. Please give me some advice,...
I was debugging an SPI interface device, but I couldn't get it to work. Later, when I measured the pins, I found that there was crosstalk between adjacent pins. When the IO was set to 1, the voltage o...
module matrix_keyboard( clock_key, reset_n, row, column, key_code, ); How come the final RTL VIEWER has several extra inputs and outputs? Can anyone explain this to me? I would be very grateful. [[i] ...
When we say adjacent pins, do we mean that the two pins are arranged continuously on the chip, or are the two pins logically continuous? That is to say, if PA1.0 and PA1.1 are arranged on both sides o...
The Sino-US trade war has already started. Trump's series of actions have had a negative impact on the global economy, such as increasing tariffs on Chinese companies and restricting domestic compa...[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]
In simple terms, high-end chips solve many complex problems, mid-range chips solve a single complex problem, and low-end chips solve a simple problem. Let's learn more about the relevant content wi...[Details]
When Amazon launched its first
cloud computing
service, the outside world was not optimistic about this direction, as it had high investment, low profits and many uncertainties. Let's follo...[Details]
background After the hardware engineer completed the PCB and schematic design, the routine was modified according to the tutorial of Zhengdian Atom to verify the correctness of the hardware. STM32F...[Details]
LAN8720 test code arrangement 1. Modified based on two projects, namely "Experiment 55 Network Communication Experiment" of Zhengdian Atom ATK and "STSW-STM32070" routine of ST official The hardware ...[Details]
This is my first time writing an STM32 program. I have many questions to ask. I want to convert the data of the SO of MAX6675 into the actual temperature and read it out using the serial port tool. I...[Details]
Artificial intelligence
There is no inherent bias in AI. It does not "think" something is true or false for reasons that cannot be explained by logic. Unfortunately, human bias exists in mach...[Details]
The F1 racetrack is roaring with engines, and a fierce F1 race is about to begin. I am not a fan of racing cars, and I have nothing to do with this world, but
I spent a special day here
because...[Details]
1. FSMC Brief FSMC, the Flexible Static Storage Controller, is capable of interfacing with synchronous or asynchronous memories and 16-bit PC memory cards. The FSMC interface of STM32 s...[Details]
With the development of information technology, intelligence, informatization and networking have become the development trend of modern industrial control. Since the 1980s, the rapid development...[Details]
Site conditions: 1. AD acquisition, DMA transmission; AD is set to single-channel continuous mode, DMA is set to single-shot mode. The upper threshold of the AD analog watchdog setting is less than t...[Details]
According to the description provided in the official manual of ST, it is not difficult to see that the ADC analog watchdog is actually that the user can set an upper and lower limit of the AD value...[Details]
How to convert the pin voltage value into V using the built-in ADC of STM32? V(ADC) = Value(ADC) * V(ref)/4096 (The ADC of STM32 is 12 bits, so the maximum value of the AD word is 4096)
Where V(ADC...[Details]