I am working on WinCE and want to use the camera under the DShow framework, but it seems difficult. First of all, in WinCE5/6, Microsoft seems to have extracted the Camera module separately and wrote ...
[color=#222222][backcolor=white][font=sans-serif][size=14px]Why is the dsp always in reset state? I connected a 3.3v pull-up resistor and the 3.3v is stable. But the voltage below the pull-up resistor...
Please help me with this serial port problem, please? void ComInStr() interrupt 4 //Serial port interrupt { if(RI) { if (j>4) { j=0; receive=1; //Receive flag set } else { rece[j]=SBUF; j++; } RI=0; }...
# Anxinke PB-02 module evaluation (4) - PHY62XX ADC user guide## This article was first published on EEWORLD. For details, please visit: [EEWORLD evaluation](https://bbs.eeworld.com.cn/elecplay/conten...
I used DSP6747 to compile in CCS5.4, converted it to bin file with K001 and downloaded it, but the light was flashing and the serial port was not working. I used the emulator to load a program at rand...