I had some time to solder the board today. I used a 0.33R current sampling resistor because I only have this one. I used a 2K resistor for the CSO pin. I used an external resistor to set the voltage t...
[i=s]This post was last edited by LS_lpy on 2014-1-14 17:59[/i] Upper computer interfaceUpper computer UDP server C# code[code]using System; using System.Collections.Generic; using System.ComponentMod...
I have a small program that needs a function to return a value, but after returning the value, the function has to perform certain operations before it can exit, and I don't want to use global variabl...
The equipment in the factory is very old, and the software of the equipment itself is also relatively old. Now the hardware in the market is updated very quickly, but the software does not support the...
[b][color=#ff0000]1.通过MEMORY伪指令来指示存储空间[/color][/b]
MEMORY
{PAGE 0:/* Program Memory */[color=#ff0000]/* 程序存储空间 */[/color]/* Memory (RAM/FLASH/OTP) blocks can be moved to PAGE1 for data allocation */PR...