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

Resolved! Where can I find specification of STM32F429I-DISC1?

Posted on September 01, 2017 at 04:23Hi,I'd like to buy STM32F429I-DISC1 kit for study. but I can't find STM32F429I-DISC1's specification what I mean is such a memory map and detail connectives information with memory map. How do I get STM32F429I-DI...

Problem when transfering Data between 2 UART Ports

Posted on September 01, 2017 at 05:07Hi,im try to transfer Data through 2 UART ports. but the problem is only the first element of the Data received.my model is like this. sent [50 1 1 52]or[50 2 2 52] through USART1 and receive it from USART3.Both ...

0690X000006085XQAQ.png

stm32l4xx_nucleo_32.h file not found

Posted on August 31, 2017 at 23:38I downloaded the example projects to run on the Neucleo board. I downloaded STM32Cube_FW_L4_V1.8.0.zip file and opened the workspace in STM32L432KC_NEUCLEO board. The workspace was for PWR_STANDBY_RTC  . When I try ...

I'm not getting through I2C Start

Posted on August 31, 2017 at 23:28The original post was too long to process during our migration. Please click on the attachment to read the original post.

RS485 interfacing with stm32f030

Posted on August 31, 2017 at 14:28hello all,my question regarding interfacing rs485 with stm32f030r8t6 microcontroller. 485 to ttl converter is used 5v vcc but stm32 works on 3.3v vcc.so how can i interface stm32 with rs485 cnverter. when i  am send...

SPI Rx buffer not reading

Posted on August 30, 2017 at 15:24 Hello, I am trying to get my MCP3204 ADC to run with my STM32F4. Unfortunately all I get from my SPI_I2S_ReceiveData() function is a bunch of zeros. According to my oscilloscope everything looks normal. I ...