User Activity

Posted on September 12, 2013 at 23:49Hello, I have problems to set up the right pin state while TIM2 is configured in PWM mode and turned off. The corresponding CC output pin stays HIGH while timer is off but I strongly need it to be LOW. I thought ...
Posted on September 01, 2013 at 18:26Hello, I am trying to get the I2C bus to run with the MMA8452 accelerometer, but it just wont. I can generate a start condition but nothing else. I'm watching the bus lines with a scope/logic analyzer and I can s...
Posted on December 09, 2012 at 14:41Hello, I'm trying to get the MEMS Accelerometer on my STM32F4 Discovery Board to run with a simple code, but I don't make it. Heres my code: int main(void) {         SystemInit();         GPIO_InitTypeDef GPIO_Ini...
Posted on March 29, 2012 at 21:32 Hello, I'm trying to get the CAN Example ( http://www.keil.com/download/docs/asp) to work properly, but I have problems with the RX and TX interrupts. When the message was sent and is pending in r...