User Activity

Posted on September 05, 2017 at 18:12Hi there,I am coding STM32F030F4 using CubeMX generated EWARM project. All ICs are monitored by single voltage supervisor including F030, but unfortunately one of IC has design problem and it need a 'reset pulse'...
Posted on September 11, 2016 at 08:17Hi, my apologies in advance for the newbie question.I have to port LCD sample program to 746VG(LQFP100) from 746NG-DISCO(BGA216).F746VG supposed to have a TFT-LCD controller, but I can't find LCD_R0/B1/B4 funtion...
Posted on December 09, 2014 at 14:19Dear All,My board is 429I-DISCO. I tried to code a continuous A/D conversion via DMA on FreeRTOS. At first A/D conversion shortly after power-up was starting nomally by ADC_SoftwareStartConv(ADC3). On the rest of ...
Posted on December 04, 2014 at 05:01Hi, I'd like to output 30kHz PWM from PA5, but following code won't work. What is wrong with this code?#include ''stm32f4xx.h''TIM_TimeBaseInitTypeDef  TIM_TimeBaseStructure; TIM_OCInitTypeDef  TIM_OCInitStructure...
Posted on September 11, 2014 at 04:47Hi all, Now I'm seeking multi-language display font demo on STM32F429I-DISCO likes STM32Cube__FW_F4_Vx.x.x. Anyone know? tyro