Does anyone have examples of graphical interface development under EVC? I am a newbie and have always used Java to do things. Now I use C++. I am a little confused and don’t know much about C++. Is th...
Please advise on STM32 value assignment #include "stm32f10x.h" int main(void) { unsigned int a0,b0,c0,a1,b1,c1,a2,b2,c2; //initial value a0=*(unsigned int *)0x40010000;//CRL b0=*(unsigned int *)0x4002...
Dear experts, I would like to ask a question about the consistency test of the network port. When testing the 100M network port, how to set the register so that the network port continuously sends out...
I believe that many engineers who work on motor control have had this feeling: they feel that their job - motor control is an all-encompassing subject: power electronics, simulation, digital, software...