I posted a post yesterday. Today, when I was browsing the forum, I found that someone posted the same post as mine. The content of the post is exactly the same as mine, except that the post name and e...
The environment is VC++6.0. The CPLD register address is: 0x1f000; (offset). The value to be written is: 0. The specific address of the written data is: bus address + offset. I want to know what speci...
IntEnable(INT_UART2); //Enable UART2 interrupt UARTEnable(INT_UART2); //Enable UART2 What are the specific differences between the instructions? If after receiving data, close the UART2 port, process ...
I have worked on USB drivers before, and recently I am working on PCI drivers to achieve two functions: 1. PCI to 2 serial ports + 1 parallel port 2. PCI to 8 serial ports. The questions I want to ask...
The manual says: general-purpose I/O port has been moved to the device-specific data manuals. But I can't find it. If anyone has it, or a download link, please help me. Thanks a lot. [size=7] Now I ha...
I transferred the program under VC6 to VS2005, using the ARMV41 SDK compiled by myself. As a result, when debugging the program, I found that when I came to a function that needed a pointer reference ...