Recently, when I was tuning the srio communication of 6672 and using nwrite to send data, a 6672 chip had data misalignment. Specific phenomenon: 1024 sequential numbers 0-255 0-255 0-255 0-255 were s...
1. Introduction to the original plan
The original solution uses Zigbee+wifi relay and 8266+cc2530X2. The 2530 blankets on the blanket continuously collect data, which consumes a lot of power. In the i...
sgf201onsemi and Avnet IoT Innovation Design Competition
Haha, I found a very interesting phenomenon. The express delivery from EEWORLD is Jetta Express, but it becomes Zhongtong Express when it arrives at my place. Is there a phenomenon of subcontracting? ...
In my system, timer4 interrupt service routine is used to call OSTimeTick(). I initialized timer4's rINTMSK &= ~(BIT_TIMER4); pISR_TIMER4 = (int)Timer4ISR; rTCNTB4 = (rTCNTB0 & ~(0xFFFF))|99; //1ms rT...
When the program is running, some functions are not executed and are skipped directly. What's going on? The following is a simple program that only reads the X-axis data. In SPI_GetX(); the SPI_Write2...