User Activity

Posted on March 03, 2017 at 16:48Hi all,I am trying to enable UART1 on stm32l151RBXA controller. I am using code generated by Cube. I tried modifying the code but serial port just does not work. I am only trying to send text to serial port but this ...
Posted on October 10, 2016 at 09:35Hi, I have an STM32F103RC8 controller board. I have two LEDs connected to two port bits. When I load a using flash loader demo program to toggle the LEDs the program works for a few seconds and the controller reset...
Posted on July 06, 2016 at 14:48Hi, I am trying to generate analogue output using DMA. I have a taken http://vk.com/id62355309's cample code for testing. The output frequency is defined by#define OUT_FREQ 5000 // Output waveform frequency Above val...
Posted on May 25, 2016 at 10:23Hi, I enabled WDT in STM32F407 controller and I have a very tight loop which is resetting the flag. Here is the code     RCC_APB1PeriphClockCmd(RCC_APB1Periph_WWDG, ENABLE);     WWDG_SetPrescaler(WWDG_Prescaler_8);    ...
Posted on May 08, 2016 at 05:21Hi all,I have seen a code where a GPIO pin is configured as output in push-pull mode but the pin is driven by an external circuit to low some times (essentially shorting the top transistor to GND). Is it safe to implem...