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

Usart oversampling on the STM32F10X product line

Posted on November 28, 2011 at 11:38Hi STM32 experts, I'm a little confused. Does or doesn't the STM32F10X product line support 8 bit oversampling? The reference manual does not mention the OVER8 bit, suggesting usarts in this productline always use...

michiel by Associate
  • 244 Views
  • 1 replies
  • 0 kudos

I2C stuck at I2C_CheckEvent, ADXL345 accelerometer

Posted on November 27, 2011 at 23:03Hello. I want to setup ADXL345(SDA - PC3, SCL - PC2)I didn't find any information about my problem in the internet. How I init I2C:void I2CG_Init(void){     GPIO_InitTypeDef  GPIO_InitStructure;    I2C_InitTypeDef...

FLASH and EEPROM Writes are slow

Posted on November 28, 2011 at 14:32It seems the FLASH and EEPROM Word writes take a long time in STM32L? (tprog ~3msec) This doesn't appear to be a typo in the datasheet as it was measured on a test PCB. We expected like most MCUs to be able to do ...

prussell by Associate
  • 177 Views
  • 0 replies
  • 0 kudos

Problem with Steval-IFS013V1's DFU example

Posted on November 28, 2011 at 03:38The DFU created from hex file, which was built from example project (sink.rprj and sensor.rprj) doesn't work - after upload the DFU in dfu mode and replug the USB dongle isn't identified by system (I tried on Wind...

161673 by Associate
  • 186 Views
  • 2 replies
  • 0 kudos

How to start with Discovery

Posted on September 13, 2011 at 00:06Hi! I've just purchased my board and I'd like to create my own applications. Is there any example code or similar to get me started? I checked the demo code which is very complex and also found a peripherial libr...

gsantha by Associate II
  • 545 Views
  • 12 replies
  • 0 kudos

Missing External Interrupts, frustration

Posted on November 25, 2011 at 19:31Any one with ideas on this one, I`ve never seen this on other micros: STM32F103RE6 I have a simple application, an asyc pulse stream of data bits: 2.4mS and 1.2mS MAX 2.4mS = 1, 1.2mS = 0 Unfortunately the design ...

benbb by Associate II
  • 200 Views
  • 1 replies
  • 0 kudos

Recommendation regarding STM32 register header files

Posted on November 26, 2011 at 11:13Hi, There is a small conceptual issue I wish to report in the STM32F2/F4/L1 headers. Currently the GPIO BSRR register is declared as two separated 16bits registers BSRRL and BSRRH which defeats its purpose of maki...

stm32w_flasher and STM32W-RFCKIT

Posted on November 21, 2011 at 23:34Hi all. I'am working with STM32W-RFCKIT. My OS is Windows 7 x64. When i trying to flash prebuild example to my MB950 or MB951 - i have a problems. I have these: C:\Users\Denis\Desktop\MOUSE>stm32w_flasher.exe -p ...

0690X00000602jHQAQ.jpg

Real Time on STM32F103RDT6

Posted on November 22, 2011 at 18:53Hi everybody,I am using MCU STM32F103RBT6, i have a problem with real time clock.that is after reset MCU, real-time counter stand by 4~6 seconds and run. so, my real-time delay 4~6s after every reset MCU. I think ...

STM32L-Discovery serial (RS232) communication

Posted on October 01, 2011 at 15:56Hi,I'm triyng to transmit data from an accelerometer to STM32L-Discovery and send this data from STM32L-Discovery to PC using SPI and RS232This is my initialization code  RCC_APB1PeriphClockCmd(RCC_APB1Periph_SPI2,...

Labels