[i=s] This post was last edited by Qingye Piaoling on 2015-4-21 11:07 [/i] After a long period of thinking and improvement of comprehensive ability. The difference in success rate between BGA manual s...
I am from the Department of Computer Science. In my junior year, I was divided into two majors: software engineering and embedded system. I would like to know more about what the two majors are about....
Using STM32F103ZET6, the code is as follows int main(void) { int getdr; RCC_AHBPeriphClockCmd( RCC_AHBPeriph_CRC , ENABLE); CRC->CR = 1; CRC->DR = 0x0; getdr = CRC->DR; while (1){} } Including turning...
I am making a simple gadget that communicates via the UART port. There is no RESET button on the 149 circuit, so it is reset by power-on.The program is written and the hardware simulation is true, wit...
[i=s]This post was last edited by paulhyde on 2014-9-15 04:18[/i] This is the first time we have worked on a power supply topic, and it is a topic known as the most difficult power supply. The inverte...
I created a Platform kernel with wince 4.2 and selected the multimedia option. After downloading it to the emulator and running it, there is a micro media player. After opening a wav file, the media p...