I want to use conditional compilation in assembly language, similar to the if-else structure in C. However, the book requires that the expression after .if must be complete. When I use .if AA=0 in my ...
I calculated a byte on SPI (C language), calculated 4 bytes on DSP (assembly), and then sent the 4 bytes on DSP to SPI one by one for comparison. If the first byte sent is the same as the byte on SPI,...
STM32F103RC WWDG does not reset:use the IAR routine,/* WWDG clock counter = (PCLK1/4096)/8 = 244 Hz (~4 ms) */WWDG_SetPrescaler(WWDG_Prescaler_8);/* Set Window value to 65 */WWDG_SetWindowValue (65);/...
I am currently studying and I think I have a good programming foundation. I want to learn Windows kernel driver development. However, I have only learned a little from the book. Since I don't have spe...
Since I am about to start working, I would like to ask what is the salary level of Linux embedded engineers? Which direction is better? For example, image, network, etc....
I am working on an AC current detection, outputting a DC level or current. The operating current of my product is not large, only a few hundred mA. Originally, a Hall current sensor could be used, but...