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

Digital pin status read on STM32f103C8T6

Posted on December 29, 2017 at 20:43Dear community,I just started to learn stm32 trying to forgive about AVR.The problem I faced with is I can not force my STM32F103C8T6 to read pin PB0. I`ve read both Datasheet and RM0008, I saw the examples of ano...

HAL_CAN_Transmit timeout error

Posted on November 14, 2015 at 11:22 Hello, I'm trying to communicate with a STM32f4x9 EVAL board and a STM32F429-Discovery board via CAN Bus, I am using MCP2551 transceiver IC for Discovery board, I know that CAN1 is being used by LCD an...

0690X000006035cQAA.jpg

Running Code from SRAM

Posted on September 02, 2014 at 23:13Hi:I am using STM3221G-EVAL board. The board has a couple of switches to select the Boot source.Boot related jumpersBOOT 0                 BOOT 1                 Boot source    0                          1 or 0  ...

eduardo2 by Associate II
  • 1702 Views
  • 5 replies
  • 0 kudos

Correct names of STM32F407VGT6 ADCs?

Posted on December 29, 2017 at 17:10Hi everyone. I have kinda dumb question...In reference manual and in libraries I am using I see that STM32F407VGT6 has ADC1, ADC2, and ADC3.But when I check the ping definition table it shows ADC12, ADC123 and ADC...

karlis by Associate II
  • 799 Views
  • 1 replies
  • 0 kudos

How to place the code to the boot memory?

Posted on December 29, 2017 at 02:58Dear All,As I know, STM32Fxxx CPU support 3 types boot mode by selecting the Boot pins.1.Boot from main Flash memory.2.Boot from system memory3.Boot from embedded SRAM.But I want to know how to place the code to t...

STM32F103C8 I2C DMA transfer complete callback

Posted on December 29, 2017 at 12:16I'm trying to write a code to send data with I2C using DMA. While looking for appropriate 'Transmit complete' event I've dig into STM32Cube_FW_F1_V1.6.0 sources, to be specific into stm32f1xx_hal_i2c.c's HAL_I2C_M...

I2C in different STM32 mcu lines

Posted on December 28, 2017 at 11:36What is the reason for ST microelectronics to have different I2C modules in STM32 mcus ?Stm32f303 and Stm32f092 has the same I2C, but stm32f446 has another I2C, and Stm32f103 has the third type of I2C. #i2c #stm32

Resolved! STMFlashLoader with the STM32L462RE

Posted on December 20, 2017 at 01:00I'm trying to use the GUI demo STMFlashLoader with the STM32L462REI do to get past the initial bootloader 'detection',PID (h) 0462, BID (h) NA, Version 3.1. Then the next screen is blank, with a blank pull-down me...

Need to output STM32F4 board result to a file

Posted on December 28, 2017 at 23:51I am using STM32F4 MCU and trying to run it through Linux for a application. I am able to get response from the board using OPENOCD and GDB commands but I want to copy the results of OPENOCD to a file and I am not...