I have made a program to read USB disk by combining S3C44B0X development board with CH375. It runs correctly when downloaded to RAM via serial port, but it cannot run when burned to FLASH via JTAG. Co...
If a design is verified on the development board, the next step is to design the schematic yourself. This note focuses on schematic design and briefly talks about experience in combination with the de...
According to the information on the Internet, I wrote the function typedef HHOOK(__stdcall *SetWindowsHookExWProc)(int,int,HINSTANCE,DWORD); void Initial(void) { HINSTANCE hCoreDll; SetWindowsHookExWP...