[i=s]This post was last edited by Bai Ding on 2016-2-7 17:42[/i] Reposted from [url=http://www.21ic.com/mcucourse/201601/661616.htm]http://www.21ic.com/mcucourse/201601/661616.htm[/url] Over the past ...
I used to use CCS3.3, because the software was too prone to blue screens and crashes, and using a virtual machine seriously affected the speed of the emulator. So I switched to CCS5.2.The ECLIPS archi...
Where should the mpu6050 be placed? What are the differences between the results measured in different places? The purpose of solving the above problems is to obtain a more accurate pendulum deflectio...
I use C++ to create an array, char mmsContent[65535]; memset(mmsContent, 0, sizeof(mmsContent)); but the program will exit when it reaches the array declaration. It also doesn't work to create it in t...
GPIOPadConfigSet: Set the pin output drive current or the pull-up or pull-down resistance configuration when used as an input.
Function prototype:
void GPIOPadConfigSet(unsigned long ulPort, unsigned ...
I need to make a counter (4 decimal digits) and convert the digital signal into a 4-20mA analog signal for DCS to read. Please tell me how to implement it and the circuit diagram. (Please forgive me f...