STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 364 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 III
  • 374 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
  • 406 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
  • 4973 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
  • 1485 Views
  • 4 replies
  • 1 kudos

Vbat and temperature monitoring problem STM32F303CB

Posted on June 21, 2017 at 12:55Hello.There was a problem with the operation of the ADC with built-in thermistor and VBAT voltage.The value 4095 is always read.Here is an example of code for reading voltage VBAT:  /* Configure the ADC clock */  RCC_...