An error occurred during the installation of WINCE4.2. The error message is as follows: Error 21337. Setup encountered problems installing some critical emulation components. You may continue the inst...
It is not right to not learn HDL language after getting an FPGA board. I looked at the Verilog tutorial and felt that it was too empty to just read it. I might as well do something. So I decided to ma...
The IO ports of STM32 can be configured into 8 modes by software: 1. Input floating 2. Input pull-up 3. Input pull-down 4. Analog input 5. Open-drain output 6. Push-pull output 7. Push-pull multiplexi...
I want to know how to implement the arbitration code in the command of the sdram controller code segment? The code segment is as follows:
// set command_delay shift register and command_done flag // T...
As the title says! If you have done this, please give me some advice. When I was working on AM335X, I found that the GPMC_CLK pin of its GPMC bus interface only outputs a clock when the interface is o...
I have been working as a C++ engineer for several years and have always been interested in low-level development and hardware. I would like to develop in the direction of architecture and plan to do m...