User Activity

Posted on September 27, 2014 at 10:45 Dear programmers, I would like to ask for an opinion regarding the USART data send/receive. The USART receive data is handled by the IRQ service: void USART1_IRQHandler(void){ if(USART_Get...
Posted on March 25, 2014 at 09:11 Hello, I was hoping someone can steer me in the right direction regarding multiple TIM interrupts setup. I have configured two TIM's (TIM2 and TIM3) on STM32L151 and two IRQ handlers for both. One is...
Posted on January 15, 2014 at 21:14Hello, I know this has been discussed before, but reading through it all, I am still unable to grasp the solution of my problem: What I am trying to do is check the integrity of the flash (code) on the STM32L1xx ch...
Posted on January 04, 2014 at 13:57 Dear Sir/Madam, In the past I have been using 8-bit AVR (Atmega328p) for my application. The application uses the following peripherals: - I2C peripheral and - USART peripheral The ...
Posted on December 20, 2013 at 09:03Hello, I will be making (or trying to make) my own custom board with STM32L152CC (LFP48 package). I have successfully implemented my application on the STM32L152RC Discovery board using:  - 3 GPIO pins for PWM  -...