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

RTC display wrong time on STM32L476RG

Posted on January 30, 2017 at 18:10Hi all:I used the device as a data logger, wake up from shutdown mode if the nucleo RTC alarm goes off on 29 minute every hour.But it seems  the system RTC display wrong time before the device enters shutdown mode....

0690X00000606BdQAI.png 0690X000006068kQAA.png 0690X00000606BnQAI.png 0690X00000606BiQAI.png

about osxAcousticEC

Posted on January 30, 2017 at 21:56Hi,I have a few questions about osxAcousticEC:1. I need the AEC profiling. Doc UM1966 says I can find the information in osxAcousticEC_Package.chm, but I really could find anything about the MIPS, RAM and Flash. I ...

STM32F4: Receiving USART DMA Tx on Rx

Posted on January 30, 2017 at 20:38I've configured DMA for Tx and Rx on USART 3 on an STM32F4.  The device on the other end is a Bluetooth module.  I am, for some reason, receiving my transmitted command back as a reception.   Is this expected behav...

sjenyart by Associate II
  • 252 Views
  • 1 replies
  • 0 kudos

ST Bluetooth module SPBT3.0DP2 firmware example

Posted on January 30, 2017 at 19:00Hi Good morning,      I am planning to use ST Bluetooth module SPBT3.0DP2 with stm32F20x microcontroller for my application.I understand that the Bluetooth module supports the UART communication and works with AT c...

Anand S by Associate
  • 124 Views
  • 0 replies
  • 0 kudos

Resolved! SPI1 setting up problem on STM32F09x

Posted on January 30, 2017 at 12:53Hi all,I'm trying to setting up the SPI interface on my STM32F091, I would use the SPI1 on the PB3&PB5 pin.This is my simple code:RCC->APB2ENR |= (1<<12); GPIOB->MODER |= 0x880;GPIOB->OSPEEDR |= 0xCC0;SPI1->CR1 = S...

stm32f303 adc not working with 18msps

Posted on January 30, 2017 at 14:49HelloI tested stm32cubef3 (rev 1.6&1.7) ADC_DualMode_18Msps example with stm32f3 discovery board, i applied a 100KHz pwm wave to pc1, captured 32768 samples and calculated conversion rate by counting the number of ...

Using Interrupt only for Rx Communication

Posted on January 30, 2017 at 13:50Hi, I am using the NUCLEO-F411RE eval board.I used the STM32CubeMX to generate the API's for USART with interrupt.I am using System Workbench for ECLIPSE as my IDE.I have used the USART2 for full duplex communicati...

Labels