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 communication problem

Posted on July 21, 2015 at 08:31hi friends, I am beginner for firmware programming. I am using stm32f3 discovery kit. I tried to communicate my discovery kit to my PC its communicating but i am not able to get the correct data. Whenever i transmit a...

acc0094 by Associate
  • 380 Views
  • 3 replies
  • 0 kudos

STM32F401 Standby Consumption

Posted on July 14, 2015 at 09:27 Hello, I am working on an application in which we rely heavily on the standby mode for maintaining battery life, but we're having trouble properly entering the standby mode. The CPU gets reset as it should...

jesper2 by Associate II
  • 878 Views
  • 5 replies
  • 0 kudos

Disabling PWM at logic high

Posted on March 12, 2014 at 12:05 Hi , I am trying to disable my PWM with the pin at LOW when disabled however it seems to be always at HIGH. RCC_APB1PeriphClockCmd(TIM3, ENABLE); TIM_TimeBaseInitTypeDef TIM_TimeBaseStructure;...

DMA data from ADC does not refresh

Posted on July 21, 2015 at 14:44Hello all,I am writing an application on a STM32F4 which reads from two sensors. I do it with two ADC3 channels with DMA. I use HAL_DRIVERSI write on a buffer several readings from three sensors by calling:HAL_ADC_Sta...

jmiguelg by Associate
  • 394 Views
  • 1 replies
  • 0 kudos

I2C NAK stopping SysTick

Posted on July 22, 2015 at 07:35Hi there, I'm trying to do a blocking I2C read in another interrupt. If I receive a NAK the HAL seems to crash (I'm seeing uwTick stop). Both the I2C interrupt and the interrupt I'm doing the read from have a lower (h...

0690X00000605IAQAY.png

STM32F3Discovery I2C EEPROM not working

Posted on June 16, 2015 at 02:56 Greetings. I am trying to use STM32F3Discovery(STM32F303VCT6)I2C interface to communicate with24C04 EEPROM device. And as for now all my attempts failed I've decided to ask for help. I initialize I2C1, then ...

Help with Stm32f429 FMC SDRAM(MT48LC16M)

Posted on July 21, 2015 at 17:15I design a board based on Stm32f429-discovery and add a 8192 Row x 512column x 16 bit Sdram to Sdram Bank 2. my Sdram is MT48LC16Mhttp://pdf.datasheetarchive.com/datasheetsmain/Datasheets-19/DSA-364195.pdf I study Dat...

High speed data transfer to STM32F3

Posted on July 20, 2015 at 23:34Hi All,I need to transfer a large amount of binary data to my STM32 and am trying to figure out what the best way to do this would be. The data throughput needs to be roughly 8Mbps. The device has USB so I was thinkin...

daniel2 by Associate II
  • 474 Views
  • 3 replies
  • 0 kudos

Extra Data Transferred by DMA

Posted on July 21, 2015 at 21:27 Hi All, I'm configuring my DMA to transfer 48 bytes of data, and am triggering the DMA interrupt both on TC and HT events. Currently if I disable the DMA after the first interrupt, so I would expect to see...

daniel2 by Associate II
  • 506 Views
  • 3 replies
  • 0 kudos

STM32F4 USB minimum operating voltage

Posted on July 21, 2015 at 22:20I am running the stm32f407 at 1.85V and was wondering if it would be possible to get USB working at this operating voltage. I've pulled up the d+ line to Vbus but cannot get proper enumeration. I believe as long as th...

gradoj by Associate
  • 324 Views
  • 2 replies
  • 0 kudos