STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

uart with interrupt stm32L4

Posted on March 28, 2018 at 13:02trying to set up a UART  receive with interrupt so far no success code is below im using stm32l4any suggestions would be great thanks#include 'stm32l4xx.h'#include 'stm32l433xx.h'char uart3_tx_data[]=' is here again'...

STM32H757 : 2 or 3 CAN Ports

Posted on March 28, 2018 at 12:20Hi,As an engineer working in automotive industry, i very much welcomed new STM32F7 series adding 3rd CAN port. I wonder if STM32H7 series that will be available in 2018 will also have 3rd CAN bus ? If yes, we may thi...

detect new ethernet connection without reset

Posted on March 28, 2018 at 10:03Hello every body im using lwip netconn tcp protocol, to send and recieve data , i have a question ,when i connect my board ethernet cable it send and receive  but when i take the cable and put back i loose my connect...

Does STM32F103RC support UBS host?

Posted on March 28, 2018 at 06:26Hi, I want to do a confirm that does STM32F103RC support USB host? I want to use STM32F103RC to connect to camera,  STM32F103RC can control camera to take picture and get this picture.

Change I2C speed on STM32

Posted on March 27, 2018 at 19:29Hi there,Is it possible to change the i2c bus speed dynamically after it has been initialized?Kind regards,#i2c #stm32