Posted on April 22, 2015 at 23:49
Hi everyone, I am getting problem with my SPI first bit received from slave.
I have 2 boards as master and slave. The SPI is configured as 8 bit full duplex mode, soft NSS, receive interrupt at slave.
...
Posted on February 28, 2015 at 03:34Hi all,I am using STM32F103RCT6 and CP2102 as UART controller driver.I have problem with USART when I use SysTick Timer to generate 1us Delay.The problem is that when I configure SysTick at frequency 1Mhz, the pro...
Posted on April 23, 2015 at 01:50
Can you explain me this ? I read from ST Standard Peripheral. This code is for SPI Full Duplex , SPI1 is master, SPI2 is slave
while (TxIdx < BufferSize)
{
/* Wait for SPI1 Tx buffer empty */
while (S...