STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

APB1/TIM2 clock

Posted on April 03, 2015 at 20:02How to find out APB1 clock frequency? I want to know TIM2 clock, which is connected to APB1. I use STM32F103 and standard peripheral library.Thank you.

hospodar by Associate III
  • 2895 Views
  • 12 replies
  • 1 kudos

DAC output range when buffer ON

Posted on April 18, 2015 at 06:47Hello,I have read the datasheet of stm32f407 about the DAC output range. When buffer on, the min DAC_OUT is 0.2V and max DAC_OUT is VDDA-0.2V.However, I get 0.069V at 0x000 and 3.272V at 0xfff rather than 0.2V and 3....

Independent Watchdog, Instruction before reset

Posted on April 18, 2015 at 10:08Hello,I'm running an Cube project with FreeRTOS, with iWDT enabled, on STM32L1 and debugging on IAR.iWDT is being cleared in its own thread, with the same priority as the other threads.No thread is a blocking thread....

George.P by Associate III
  • 591 Views
  • 4 replies
  • 0 kudos

How to use STM32CubeF4 ?

Posted on April 14, 2015 at 11:46Hi Guys, Does anyone know how to use STM32CubeF4 with STM32F4 Discovery board ? Is it similar like using Keil ? Any clues please ? Thanks

USB JoystickMouse Example Question!

Posted on April 20, 2015 at 04:38/******************************************************************************** Function Name  : PowerOn* Description    :* Input          : None.* Output         : None.* Return         : USB_SUCCESS.*************...

STM32429I-EVAL camera not working

Posted on December 02, 2013 at 08:36I am trying to use the camera on STM32429I-EVAL, but cannot make it work. I took some code from Std-Periphs 1.3.0 which should demo the camera for 437, adapted it to start the camera on my board, but still cannot ...

SDIO CTIMEOUT: Command response timeout

Posted on April 20, 2015 at 01:44I'm using library only as a reference, so am writing simple test codes to understand guts of STM32F4xx. It is turn of SDIO.So far I'm able to read and write single block to SDHC card. My question to you is what shoul...

Changing DC on a PWM output with HAL

Posted on April 19, 2015 at 02:13Hello, I'm using a nucle 411 to test a RC servo driver. Si I configure 4 TIM3 channel to output PWM signal. Everithing is Ok, except that I can't finde a function to change PWM Duty Cycle. Is there any? BR!