MXchip 1081 online debugging, after a long time, first jlink crashed, then various errors occurred. Now I post my steps, hope you can correct me if I'm wrong. 1. Download boot. It's in the user manual...
I connected the interrupt line of DM9000 chip to EINT0 (GPH0:0), which is also the Wake up interrupt. However, the document says that it is a Wake up interrupt in PowerDown state and a normal interrup...
Use CreateFile() to open the IIC device under EVC and successfully return the handle. Use the returned handle to call WriteFile(). The return value wRetSize of WriteFile is 0; GetLastError also return...