STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F205ZC IWDG behavior

Posted on January 30, 2014 at 13:35I have some question about the IWDG.1. Is there a way to stop the IWDG? I only see start (0xCCCC) and reload(0xAAAA).2. As I see in the WWDG the reset operation make it disable. Does it right also for the iWDG, and...

Barbie by Associate II
  • 611 Views
  • 0 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
  • 567 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
  • 515 Views
  • 3 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
  • 264 Views
  • 0 replies
  • 0 kudos