User Activity

Posted on December 09, 2012 at 00:00 Hey again all, I have a multi master i2c setup, each and every device is also an STM32L. Each device is configured as below I2C_InitTypeDef I2C_InitStructure; GPIO_InitTypeDef GPIO_Init...
Posted on November 30, 2012 at 02:22 Hi there, I am wondering if anyone could help me on a small issue. My I2C1_EV_IRQHandler is not firing when I2C_GenerateSTART(I2C1, ENABLE); is called. Can anyone see anything in the below set...
Posted on July 24, 2012 at 17:32 Hey all, Got a small problem when interfacing with a UART based oLED display. The display returns 0x06 or 0x15 after it has received a command, I can see this happening on my O-Scope and I have confir...
Posted on November 22, 2011 at 00:18Hi all, I am very new to the STM32, currently using the STM32L.. As I am new to developing on this platform (Never touched anything ARM before), I am overwhelmed by the amount of documentation although trying to ...