Hi,
I am using board OMAP3503 with windows ce 6.0, I want use the serial port and SPI. How I access the port for open, write and read ?
Thanks
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Mestree,
Please take a look at example code at following location of combined ARM8 BSP - BSP_WINCE_ARM_A8_01_xx_xx
Sources\PLATFORM\EVM_OMAP3530\SRC\test\Tux_SPI
regards,
Aparna
Mestree,
I assume that you would like to know the command-line usage for the tux_spi test.
You can choose the serial port, chipselect, number of threads, number of buffers, etc using the tux command-line. For example, to run the test on port 1, chipselect 2, number of threads 10, number of writes, buffersize to be written (in bytes), use the command-line as follows.
tux -o -d tux_spi -x 1 -c"-p 1 -s 2 -t 10 -w 10 -b 10"
Hope this helps.
regards,
Aparna