Question: What will happen if the following code is executed? #includechar *fun(void) { char p[] = "hello, world"; return p; } void main() { char *p_ch = NULL; p_ch = fun(); printf(p_ch); } At first g...
I work on industrial control software, and recently encountered an annoying problem. Our equipment uses Taian inverters. When I use the serial port debugger to debug the communication, when the invert...
[font=Tahoma,] In PCBLAYOUT, sometimes in order to make their own boards more distinctive, engineers often add some LOGOs to the PCB layout. That is, import pictures into PADS. [/font] [font=Tahoma,] ...
[i=s]This post was last edited by Xin Xin on 2015-2-3 15:06[/i] As soon as I opened the forum, I saw a post titled "In recent years, embedded processor manufacturers have also been competing hard." I ...
Select a module in the schematic, and then go to the PCB layout. The selected module should also be displayed in the PCB, but why is it not displayed? ? Please help! !...
I didn't study hard in school, and now a company has notified me to interview for an MCU software engineer position. I have no confidence at all, what should I do? I really want to get this job, how c...