The manual does not give the configuration steps. There is communication between I2C and EEPROM in the example program. In the process, I see that the data sending process is like this Uint16 I2CA_Wri...
void i2c0_wr_byte(uint8_t da,uint8_t add) {
LPC_I2C0-I2CONCLR=0x2c; LPC_I2C0-I2CONSET|=0x60; //Enable i2c controller and send start bitwhile(!(LPC_I2C0-I2STAT==0x08)); //Wait for the start bit to be s...
[font=微软雅黑][b][url=https://bbs.eeworld.com.cn/thread-67200-1-1.html][size=4]EEWORLD community points system, beginner's guide, wisdom of asking questions and a suggestion for beginners[/size][/url] [/...
I recently installed a relatively new software, Altium Designer15.0.7, but I don't know how to use it. The tutorials I found on the Internet are all relatively old and I'm not used to it. There doesn'...
Audio Tuner 4 - Program Compilation 1. The sample program provided with the development board is relatively complete. The tool needed for development is MDK. For KEIL C51, the test version of this ins...
In the 21st century home, there are countless examples of how simple everyday devices such as electric motors have been transformed into an integral part of more and more household appliances through ...