Posted on February 26, 2007 at 13:12please...explain me how to use the BUFFERED SPI... anyone who could print a C Code for receiving 64 Bytes with the buffered SPI... I don´t know how to use it... please please help me... Thnx
Posted on February 25, 2007 at 15:05...and how do I have to use the FIFO buffer... do I have to DISABLE the BSPI first, then copy the Data in the Fifo Buffer and then activate the BSPI to send the Data which is in the FIFO...? Example(Fifo Depth = 1...
Posted on February 23, 2007 at 14:42Hello (ARM STR7 with IAR StarterKit & Embedded Workbench 4.41A) I want to receive 4096 Bytes via SPI; the hardware is connected correctly and now I need the Receive routine (in C Code)... :o Can somebody help me...
Posted on February 23, 2007 at 13:14OK ; I Use another GPIO Pin for SS...and pull the Pin 0.3 to high... A further question: What is the advantage of a Fifo Depth of 10 words ??? I don´t understand ? If you mak a BufferSend of 10 Bytes every Byte i...
Posted on February 22, 2007 at 12:51I use another GPIO Port for CS: /* Configure GPI00 Pin 1.3 on mode OUTPUT PUSH PULL */ GPIO_Config (GPIO1, 0x0008, GPIO_OUT_PP); but I have to set the SS Pin 0.3 to high (VCC) to select the STR as a master... Gene...