OS of W21H2-1-3-0 was successfully started.
Next, I would like to check the operation of the GPIO driver and the UART driver.
1.Is there any sample code for an application that accesses the GPIO driver from an application?
If sample code exists, how do I get it?
2.To access the UART driver from an application, should I create it using the CreateFile, WriteFile, ReadFile, and CloseHandle functions using the WIN32API?
If sample code exists, how do I get it?