STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Stm32L053R8 Power consumption is 5mAmps

Posted on June 13, 2016 at 14:36Hello,As i am designing a project for low power application. The best microcontroller that i had selected is STM32L053R8 which is cortex m0+. Now after drawing shematics according to my application requirement i found...

0690X000006039PQAQ.jpg
srm by Associate II
  • 406 Views
  • 1 replies
  • 0 kudos

STM32L476 power consumption not match

Posted on June 13, 2016 at 13:53No peripheral enabled.Only mcu is mounted and power is feed from power supply directly.Current is nearly 170 uA at MSI 1Mhz low power sleep mode.but cubeMx says 65 uA.In other modes, current is almost 100 uA more than...

isjeon by Associate II
  • 473 Views
  • 1 replies
  • 0 kudos

STM32F7 FMC SRAM problems

Posted on June 02, 2016 at 15:24Hi All,The device is being used STM32F746BGTX.Set as follows.  FMC_NORSRAM_TimingTypeDef Timing;  /** Perform the SRAM1 memory initialization sequence  */  hsram1.Instance = FMC_NORSRAM_DEVICE;  hsram1.Extended = FMC_...

sim20 by Associate II
  • 1636 Views
  • 9 replies
  • 0 kudos

External PSRAM and FSMC on STM32F76xxx

Posted on June 13, 2016 at 09:37Hi,I need help enabling page read mode in external memory  http://www.issi.com/WW/pdf/66-67WVE4M16EALL-BLL-CLL.pdf.This external memory supports faster asynchronous page reads (shown on page 10) but Ican not find need...

ales by Associate
  • 365 Views
  • 1 replies
  • 0 kudos

Switching STM32F103 GPIO From Input and Output

Posted on June 13, 2016 at 02:06 Very new to STM32 development and am not an engineer, so apologies for what is likely a very silly question. I'm attempting to use an STM32F103 as a programmable replacement for a game cartridge ROM. When ...

STM32F030 multiple UART problems

Posted on June 11, 2016 at 18:07  The original post was too long to process during our migration. Please click on the attachment to read the original post.

STM32F7 Mem-to-Mem DMA problems

Posted on June 09, 2016 at 20:36 Hi all, I'm trying to setup a very simple Memory to Memory DMA transfer. DMA status registers report that the transfer completes OK, but the memory contents is not transferred. Can anyone see why...

mwp by Senior
  • 570 Views
  • 3 replies
  • 0 kudos

two EXTI conflict

Posted on June 12, 2016 at 08:51Hi!Im trying to use two EXTI on PE2 and PE3 pins simultaneously. Two push bottons are connected to these two pins with a pull-up resistor and a capacitor filter prohibitting debounce phenomenon. As shown in the code b...