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

Is my stm32f103 chip's execution speed too slow?

Posted on April 15, 2015 at 18:02Hi,    I have several time strict  TIMER ISR and I tested the execution time of one of them.The result is that 47 instructions(indluding 3 branch instructions) costs 3 us.My chip is stm32f103 and all code and data is...

STM32F103 adc + dma problem

Posted on April 16, 2015 at 00:44Hi friends.My problem is the next: STM32F103 adc + dma transmits only low byte of adc data... The same code via adc EOC interrupt presents the whole 12-bit words. I hope, that i missed something very simple. I use AD...

ygrod by Associate II
  • 237 Views
  • 1 replies
  • 0 kudos

ADC using DMA

Posted on April 10, 2015 at 12:25I'm using a stm32f429 running at 144MHz and I wanted to implement a periodic two-channel adc conversion. I need to make the conversions on a 1us period and I'm considering in using a dma adc conversion. I know how to...

damasosb by Associate II
  • 312 Views
  • 3 replies
  • 0 kudos

needing low speed SPI communication

Posted on April 12, 2015 at 16:50Hello everyone! I am using STM32F103RET for my project. I need to communicate by SPI with a low speed digital device with the speed of at most 1KHz clock. At the same time, I need to have my own cpu clock as high as ...

abbas by Associate II
  • 251 Views
  • 4 replies
  • 0 kudos

STM32Cube defect tracker, does one exist?

Posted on April 13, 2015 at 12:14Is there a publically available defect tracker for STM32Cube? Given the complexity of the offering, and the numerous bugs listed in these forums for various different versions/processor targets, wouldn't it be very h...

andrew by Associate II
  • 212 Views
  • 1 replies
  • 0 kudos

Power down reset feature to back up the external SRAM data

Posted on April 14, 2015 at 15:33Hi,I want to use external SRAM with the controller STM32F429. i want to make use of internal supervisor circuit, which is used to power the internal RTC and internal 4Kb SRAM, to backup the data in external SRAM. for...

vini by Associate II
  • 252 Views
  • 2 replies
  • 0 kudos

Volatile uint8_t variable in interrupts

Posted on April 14, 2015 at 21:51 Hello, I have function fifo_read(RxFifo, &rx, 1) which reads byte from FIFO buffer. I want to use this function in two different interrupt handlers. I have declared rx variable as fo...

hospodar by Associate III
  • 562 Views
  • 2 replies
  • 0 kudos
Labels