Technical discussions related to Analog Devices DSPs (including Blackfin, TigerSHARC, SHARC and ADSP-21xx DSPs).
hello everybody! i am a chinese student .i writed the program as follow
void spi_send()
{*pSPI_BAUD=0x0004;
*pSPI_CTL=0x5501;
*pSPI_TDBR=0x5555;
asm(
BITSET(FIO_DIR , 6);
BITSET(FIO_DIR , 7);
);
}
error: parse error before ';' token
who knows what happened to my program?
because i'm a new one
need your help urgent