Does the eclipse that comes with TI's CCS for MAC version not allow the installation of other plug-ins? I have been using CCS for MAC to do 2640 development. Tonight, I suddenly thought of configuring...
Code written by win32 api under wince6.0. char inFilename[128]; memset(inFilename, 0x00, sizeof(inFilename)); wcscpy(inFilename,_T("\\Temp\\test_420_1599_1198.jpg")); [color=#FF00FF]DNW serial port pr...
I wrote a program in evc++4.0 and want to download it to the YC2440 development board to run it to see the effect. However, when I run it in the YC2440SDK, an error occurs, saying that many header fil...
Int clock_gettime(clockid_t clock_id,struct timespec *tp);/*Get clock time*/ Int clock_settime(clockid_t clock_id,const struct timespec *tp);/*Set clock time*/ Functions related to time use timespec d...