User Activity

Posted on November 08, 2014 at 03:50the i-nemo forum is a little slow hopefully maybe i can get a faster answer here...I'm trying to interface with the LSM9DS0 and I can't get any coherent information from it. when I try to read the who am I registe...
Posted on November 07, 2014 at 08:45Hi everyone,this is my SPI configuration used for interfacing with the LSM9DS0 in 4 wire RCC_APB1PeriphClockCmd(RCC_APB1Periph_SPI2 , ENABLE);    SPI_InitStruct.SPI_Direction = SPI_Direction_2Lines_FullDuplex;    ...
Posted on October 31, 2014 at 12:11I'm at wits end trying to figure out why exactly I can't transmit on UART4 or USART3.The RX works, and i can receive data, however the TX pin is not working at all. Below is my configure code for UART4.void init_us...
Posted on February 14, 2013 at 09:39Hi I current have my stm32f1 soldered onto a breakout board, all the pins are soldered correctly, boot 0 is tided to high, boot1 is tied to low, then i reset (1 then 0 then 1). i'm my rx and tx are on pa9 and pa10...