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

full printf redirection

Posted on March 05, 2013 at 10:29Hello,I work with Atollic and STM3220 kit. I use the console with SWV. When I use printf with ''tiny_printf.c'' I have no problem.This is the method:in syscalls.c_write int (int file, char * ptr, int len){/ * Impleme...

pcu by Associate II
  • 221 Views
  • 2 replies
  • 0 kudos

Timer Synchronization

Posted on February 26, 2013 at 21:26Hello!Use stm32f107vc.I'm trying to synchronize two timers (TIM3 and TIM5), as including the external trigger. Configure them, as described in RM0008 page 386:void TIM3(void){RCC->APB1ENR |= RCC_APB1ENR_TIM3EN;TIM...

maryuriy by Associate II
  • 472 Views
  • 9 replies
  • 0 kudos

Systick handler problems

Posted on March 01, 2013 at 04:44Dear,     I want to test the systick clock frequency. And use the systick as the RTOS system timer. It would be set to 1ms. And I use the configuration of the demo code as following:  if (SysTick_Config(SystemCoreClo...

xinjin by Associate II
  • 586 Views
  • 7 replies
  • 0 kudos

Using the encoder mode with TIM4

Posted on March 04, 2013 at 21:06Hi all, I'm using an STM32F4Discovery (it's and STM32F407VGT6 on it).I'm trying to use the TIM4 timer to read a quadratic encoder (plugged on PB6-PB7), but somehow, it doesn't work.I'm using exactly the same code wit...

Background CRC32 in segments on STM32F4

Posted on March 01, 2013 at 22:32I would like to do a background CRC32 on FLASH such that I do 256 bytes at a time and get a final result.  The system must continue to run and meet RT deadlines while the CRC is calculated.  Additionally, communicati...

combining 2 stm32f3discovery example projects

Posted on March 04, 2013 at 21:52Hi,I am having trouble combining the demonstration project with the USB virtual com port loop project in Atollic TrueStudio(based on eclipse). In order to simplify things, I first basically tried to run the USB virtu...

vsaaket8 by Associate II
  • 205 Views
  • 0 replies
  • 0 kudos

Value of Vref+

Posted on March 04, 2013 at 11:15Hello, I am beginner with STM32. I have STM32F3 and I use DAC. I need to know value of Vref+, but I can´t find this number in datasheet, ref.manual or pin Vref+ on discovery kit. Do you know where can I find this nu...

j3lda by Associate II
  • 120 Views
  • 1 replies
  • 0 kudos
Labels