Posted on May 17, 2011 at 13:18hi, But i read my sensor data sheet and it isn't necessary send anything to work, i already use this sensor in fpga and the only thing that i did was enable de cs line and do the sclk, and the sensor send values, in th...
Posted on May 17, 2011 at 13:18hi, I don't post that part of code, but in the attach I have my main.c, and i enable the SPI2 clock like: /* Enable USART4 & SPI2 clocks */ RCC_APB1PeriphClockCmd(RCC_APB1Periph_UART4 | RCC_APB1Periph_SPI2, ENABLE); ...
Posted on May 17, 2011 at 13:18Hi, I´m using an stm32f103ret6, and i´m trying to read a temperature(ad7814) sensor by spi, but i already lose some days to put this work but spi doesn't cooperating, i'm already use a scopmeter and the sclk isn't ge...