STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Stm32L476 Fatfs using DMA mode

Posted on July 25, 2017 at 16:28Stm32L476 Fatfs using DMA mode https://community.st.com/tags♯/?tags=stm32l476 https://community.st.com/tags♯/?tags=sdmmc%20dma%20stm32l4 https://community.st.com/tags♯/?tags=dma https://community.st.com/tags♯/?tags=sd...

STM32 F103xx HAL UART echo

Posted on August 29, 2017 at 18:15 I am trying to implement a simple echo program using the HAL drivers. Here is my code #include 'stm32f1xx.h' #include 'stm32f1xx_hal.h' #include 'stm32f1xx_hal_conf.h' void Error_Handler(void); void SystemClo...

Tom Eaton by Associate II
  • 1694 Views
  • 6 replies
  • 0 kudos

VDDA and PA2 ADC measurements

Posted on August 30, 2017 at 15:48Hello,I work on a STM32L151CCU6 and I need your help.I try to measure VDDA voltage in order to calculate a voltage divider on PA2 (single mode). My two ADC configuration functions are :void MX_ADC_Init(void){  GPIO_...

STM32F1xx I2C Receive with HAL

Posted on September 04, 2017 at 17:54 I am trying to interface with an ADS1015 using an STM32F I am having problems reading two bytes from the ADS1 The first byte is received perfectly, but the second byte is exactly the same as the first byte wh...

Problem in communication of STM32F429 with STMPE811

Posted on August 25, 2017 at 07:00 Hello, I used STM32F429 for communicating with STMPE811 through SPI port. In the beginning, I read chip ID of STMPE811 in order to make sure communication is correct. Sometimes, IC doesn't return anything. I...

ali by Associate II
  • 1552 Views
  • 10 replies
  • 0 kudos

Resolved! Is there SPL library of STM32F4x?

Posted on September 04, 2017 at 15:45Hi.I bought 2 eval boards STM32F429I-DISC1 and STM32F10x-DISC1 and found STM32F10x_StdPeriph_Lib_V3.5.0 of  STM32F10x.But  I'd like to get STM32F4x SPL file not en.stsw-stm32054.zip STM32F10x_StdPeriph_Lib_V3.5.0...

STM32F10x interrupt example question

Posted on September 04, 2017 at 05:42HI.Currently I'm trying to understand about STM32F10x's interrupt.So I've got some snippet code as the below,USART1's IRQ number is 37.// interrupt example snippet code //unsigned int vector_table_start_addr = *(...

0690X000006041IQAQ.jpg