STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New Eclipse STM32L1 Project

Posted on January 29, 2014 at 14:08Hello All!I just got the STM32L1  Discovery board and would like to set up a new project.So far I've been using STM32F103 MCU with the IDE but I used some plugin that already integrated STM32F1 support into Eclipse...

Tom by Associate II
  • 589 Views
  • 2 replies
  • 0 kudos

Audible DAC/DualModeDMA_SineWave?

Posted on January 29, 2014 at 08:27Guys, I've tried : DAC/DualModeDMA_SineWave/main.c    * @author  MCD Application Team From Standard peripheral library, I can see it already on the osciloscope, how can I make it audible ? How can I adjust the fre...

Delay function on Timer

Posted on January 30, 2014 at 07:43 Hi, I need to implement acculate delay_us. Try to use timer like this. void delay_us ( uint32_t usec ) { TIM_TimeBaseInitTypeDef TIM_TimeBaseStructure; /* TIM2 clock enable */ RCC_APB1PeriphC...

suppakit by Associate II
  • 689 Views
  • 3 replies
  • 0 kudos

problem with updating keil 4.5 to 5

Posted on January 30, 2014 at 05:03i have updated keil 4.54 to 5 when running and compiling same saved project in keil 5 there are some problem and unknown errors!! (i am using rtx kernel) can not open source input file 'RTL.h' no such file or dire...

Using halSleepWithOptions

Posted on January 24, 2014 at 22:49Hi,I'm attempting to put my stm32w108 micro controller to sleep using the halSleepWithOptions function. The comments in halSleepWithOptions suggest calling halPowerDown and halPowerUp before and after waking up fro...

jacobb by Associate II
  • 660 Views
  • 3 replies
  • 0 kudos

(BTC) Two's complement of ADC input

Posted on January 29, 2014 at 10:24Is it possible to get the 2's compliment of ADC input in STM32F407vg. If It is possible how it can be achieved

sanjib by Associate III
  • 732 Views
  • 2 replies
  • 0 kudos

ST7735 TFT LCD library for STM32F3

Posted on July 14, 2013 at 05:41I tested a ST7735 TFT LCD with hardware SPI of STM32F3. But I was unable to control the LCD. Are there any implemented library for ST7735 suited to STM32F3 ? Thanks #stm32f3discovery #st7735r

STM32F4Discovery MEMS example won't output values

Posted on January 29, 2014 at 16:12I'm running the MEMs example fromSTM32F4-Discovery_FW_V1.1.0\Project\Peripheral_Examples\MEMSusing uVision / MDK-ARM and I'm not getting any changing values when the read function is being called on the SysTick int...

jim by Associate II
  • 334 Views
  • 0 replies
  • 0 kudos

STM32F3: timer synchronization ARR change

Posted on January 24, 2014 at 17:38Hi,I'm using TIM1 and TIM8 of STM32F3 to generate PWM signals. I'm using both of the timers in combined PWM mode so that I can get high frequency/high resolution center aligned 4CH PWM. Moreover I'm synchronizing t...

kpavlata9 by Associate II
  • 1446 Views
  • 5 replies
  • 0 kudos