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

Resolved! cubemx + usb vcp and stm32f4?

Posted on February 24, 2017 at 17:51hey,I tried to run usb hs + vcp with code created by CubeMX.In generated code i have changed:#define APP_RX_DATA_SIZE 64#define APP_TX_DATA_SIZE 64and included in main.c:#include 'usbd_cdc_if.h'also changed:Stack_...

John Doe1 by Associate III
  • 587 Views
  • 3 replies
  • 0 kudos

VBAT pin on STM32F070

Posted on February 22, 2017 at 09:58Hello, These days I was working on the internal RTC of STM32F070, I looked at the examples majority are those in which STM32 micro controller possesses VBAT pin as opposed to my STM32F070 doesn't have that pin, I ...

Resolved! how can i solve it ?

Posted on February 27, 2017 at 06:38I have a problem.the problem is please install truestudio toolchain to open the project or associate the file type of the project with your toolchain in system default program settings.i don't know how can i solve...

DMA transfer count

Posted on February 27, 2017 at 07:07Since the Wish List seems to be closed, I'll put this request here.To the processor designers:The DMA transfer count is a 16 bit value that can be in the range 1-65535. Since 0 is a useless value and 65536 would b...

STM32F3 opamp in PGA mode: DC conditions

Posted on February 27, 2017 at 04:34GreetingsI'm trying to determine how I set the DC conditions (i.e. input bias) on the +ve input of an opamp on the STM32F3 series when all the feedback is internal during PGA mode. If I set the input to half way b...

STM32F4 Precision measure period of a signal

Posted on February 26, 2017 at 20:30Hello all,i need to measure an external clock source of 32768hz  with little variation as posible... this means to measure as true as possible,  with variations  maximum of +/- 2hz ...Is this achievable with  inpu...

Bogdan by Senior
  • 603 Views
  • 5 replies
  • 0 kudos

Can't debug CUBEMX generated code

Posted on February 26, 2017 at 01:52Hey, I got Discovery F3 board, i wanted to start project which uses I2C communication, so i enabled I2C1 peripheral and generated code for EWARM IDE using CubeMX. I uploaded code on board and pressed GO in debug o...