Hello everyone~ I have a question. S3C2443 development board, WinCE5.0 replace the LCD screen, the screen from 320*240 to 480*272. When modifying the driver: Modify the C:\WINCE500\PLATFORM\SMDK2443\S
The critical section in the program InitializeCriticalSection(&(pHWHead->RegCritSec)); .... DeleteCriticalSection(&(pHWHead->RegCritSec)); .... .... EnterCriticalSection(&(pHWHead->RegCritSec)); ....
When using stm8s_gpio.c to compile under Raisonance, the problem of not being able to find the stm8s_gpio.c file occurs. The reason is found in the following statement: void GPIO_WriteLow(GPIO_TypeDef
#define AT91C_ID_IRQ1 ((unsigned int) 30) // Advanced Interrupt Controller (IRQ1) I use IRQ1, which is defined as up. So how much IRQ should I add to the registry? 1E or 30? I tried 1E and it didn't w