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

generate pulse wave with stm32f10x and cmsis library

Posted on December 23, 2016 at 19:30HelloI'm supposed to generate pulse train with stm32f10x and cmsis library.TIM_TimeBaseInitTypeDef TIMST;  TIMST.TIM_Prescaler=72; TIMST.TIM_Period=1000; TIMST.TIM_ClockDivision=TIM_CKD_DIV1;     TIMST.TIM_Counter...

parisa by Senior
  • 233 Views
  • 2 replies
  • 0 kudos

Resolved! Pulse Width Modulation in stm32f10x

Posted on December 26, 2016 at 12:02HelloHere is my Pulse Width Modulation function that doesn't work properly.what is my mistake?Input Freq:72MhzChip: f107output pin:PA.0TIM_TimeBaseInitTypeDef TStructure; TIM_OCInitTypeDef OCStructure;GPIO_InitTyp...

parisa by Senior
  • 283 Views
  • 1 replies
  • 0 kudos

STM32F103 - sending and receiving CAN remote frames

Posted on December 14, 2016 at 21:23I'd like to know, how to send and receive remote frame properly. Do i have to realize the recognition of remote frame and sending data frame back by software, or it's realized fully by the hardware?

jerzy by Associate II
  • 660 Views
  • 2 replies
  • 0 kudos

Undefined reference HAL_I2C_Init. Help?

Posted on December 22, 2016 at 18:11Hello everybody,In first time, I'm sorry for my english! ^^I'm trying to configure an I2C communication for a MCU STM32F401RT6. I don't use ...Cube_MX but I use STM32f4xx_HAL Library for different reason and not S...

0690X00000605pYQAQ.png 0690X00000605vQQAQ.png

how to use st-link to reset stm32 chip?

Posted on December 26, 2016 at 12:50I use st-link tool in ubuntu,I found that 'st-flash reset' or  after I st-flash a bin file to the stm32 chipthe led action will not actually reset,for example, after on power, the ledA will not turn on,after I pre...

ctc.ctc by Associate II
  • 415 Views
  • 1 replies
  • 0 kudos

Alternative SDRAM

Posted on December 15, 2016 at 14:53Hi everyone, this is my first question.I use STM32F746  and I need to interface SDRAM and this MCU. Micron SDRAM was used at the STM32F7 discovery however, at my stution this is not possible. There is any alternat...

STM32 with Thermal Printer

Posted on December 24, 2016 at 11:43Hi, i need to drive Thermal Printer with Stm32. On the internet there is no example about thermal printer with stm32. I have a A3967 stepper motor driver and RT638 thermal printer. Below datasheets. If anybody did...

About I2C Bus

Posted on December 21, 2016 at 16:03Hi all,I'm new on ST device, i'm trying to test the I2C bus but I can't understand how it works.. I do not want to use the HAL library but manage directly the register, but the I2C Interface on ST produce the stat...