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

Soldering Failed

Posted on July 17, 2017 at 09:06I was using STM32F103VET6 (LQFP) for 3 years. At this time, we found some parts' pins were dark and the showed assembly in Philippine. Last lot parts came from Korea which were fine. So we followed AN2639 document to ...

STM32F103ZC: External RAM write problems

Posted on July 19, 2017 at 08:49Hello,i'm using a F103ZC to interface the external RAM IS61WV51216BLL. I used the AN 2784 as reference (Same RAM and same pin connection). For setup up of the FSMC i used the Example in the F1 SPL (for STM32F10E Eval ...

P F by Associate
  • 187 Views
  • 0 replies
  • 0 kudos

LwIP: Multiple network adapters. Routing..

Posted on July 19, 2017 at 07:55I have lwIP working with two network interfaces: Ethernet + GSM (PPP). How must LwIP work with routing?Device receives IP-packet by Ethernet and transmits to PPP-netif. 

pestov by Associate II
  • 182 Views
  • 0 replies
  • 0 kudos

issue about stm32l431 rtc second register update

Posted on July 19, 2017 at 04:51hi,i initialize and set rtc as followint rtcInit(void){    RCC->APB1ENR1 |= RCC_APB1ENR1_PWREN;    // enable PWR clock    PWR->CR1 |= 0x00000100; // disable BD write protect    while(0 == (PWR->CR1 & 0x00000100));    ...

0690X00000607cfQAA.png
cai.bai by Associate II
  • 186 Views
  • 0 replies
  • 0 kudos

Which kind of memory can the STM32 support?

Posted on July 19, 2017 at 04:15Dear sir:Now, I use STM32F4XX to design our product.  And, I want to connect  an external MCP flash(Nor flash+Psram)by FMC interface on STM32. The MCP flash means Nor flash and Psram are both in the one package.So I w...

STM32F100RB External Powerup

Posted on July 19, 2017 at 00:57Hello,I am attempting to power the STM32F100RB from a battery pack, however I am unsure what needs to happen in order for this to work and the datasheet has been vague/confusing (or I'm missing something). I at first ...

Where is the MCU's ID?

Posted on July 18, 2017 at 13:51Workalot would like to obtain the MCU's ID, just like the STM32 ST-Link utility does. It reports an ID 0x413 and a 1MB Flash for my STM32F4Discovery.To be clear, I am not after the 96 bit UID (at 0x1FFF7A10) nor am I ...

Workalot by Associate III
  • 2492 Views
  • 5 replies
  • 3 kudos

Using PA15 as an IO on STM32F373, SWJ_CFG?

Posted on July 18, 2017 at 17:27I am using an STM32F373 and debugging with SWD.  I want to use PA15 as an IO pin.  When I go to configure PA15 as an output, the call to GPIO_INIT() causes a reset which disconnects the debugger.  I'm not sure, but I ...

Resolved! STM32f091 VBat pin sinking a lot of mA's

Posted on June 09, 2017 at 22:53I'm trying to set-up a STM32F091 with a battery connected straight into the VBAT pin. For the first couple times I turned on this vbat at 3v, It worked ok(no weird behavior). However, after trying to program the MCU v...

marcel23 by Associate II
  • 444 Views
  • 4 replies
  • 1 kudos
Labels