Hello everyone, I am currently using the discovery board of stm32f4. Now I need to use its miniusb interface to connect to the usb interface of one of my peripherals (dynamometer), and then receive th...
It seems that every year when it comes to job hunting, the discussion of majors becomes a theme. What majors are easy to find jobs? What majors should be selected for postgraduate entrance examination...
We often use "abcde" and {1,2,3,4}, char *= "" to make a string, but we rarely use int * to make a string. Suddenly I want to know if we can use int *p= {1,2,3,4} to make a string. Experts, please giv...
Hello, experts. I want to ask how to do it (design) after the 51 MCU exits the serial interrupt and I need to execute it from somewhere else immediately (of course, 2-4 instructions can be executed)? ...
I'm using TI's C6711 DSK and CCS 3.3, but I don't know how to use its parallel port to connect to a PC for simulation. I heard that I need to import it from the setup and find dsk6711epp/spp278/378. I...