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

STM32F746 Discovery transfer data via Ethernet

Posted on November 10, 2016 at 19:39Greetings!We are having a project in our class where we are using a  STM32F746 touch system. We have programmed a code where we store some data on a file. I am wondering if anyone could guide me to how to transfer...

Problem with initialization ADC2 STM32L476RET in HAL

Posted on November 10, 2016 at 15:10Good day! I use microcontroller stm32l476ret. In CubeMX create desired configuration and  create  project for Keil v.5. The Keil everything compiles without errors. Pour the code into the microcontroller. The mic...

STM32F030C8T6 with quectel M35 in USART2 Receiving Problem

Posted on November 10, 2016 at 13:21 Hi, I am STM32f030C8T6 MC along with L80 GPS in USART1 and Quectel Modem M35 in USART2 for live tracking purpose.The coding is done using COOCOX CO IDE. All Idone is I had successfully taken Latitu...

raj11 by Associate II
  • 692 Views
  • 3 replies
  • 0 kudos

STM32F746V

Posted on November 09, 2016 at 14:40Can anybody point me at a document for the the pin configuration for the 'F746 100 pin package. I can't find LCD_B1 on the data sheet or in the reference manual. I assume there is something else as the 'how to con...

nigelh by Associate II
  • 667 Views
  • 4 replies
  • 0 kudos

STM32F4+SD+Interrupt Problem

Posted on November 10, 2016 at 11:59Hi all, I'm trying to write a code of a data logger with the following characteristics: A string is captured using interruptions by a uart at 921600 bauds: The information is stored byte by byte, and the whole s...

vicfer89 by Associate II
  • 918 Views
  • 4 replies
  • 0 kudos

Managing an external PHY through MDIO?

Posted on November 10, 2016 at 17:28how can i achieve that? Do i need some peripheral already present on the MCU that can handle that protocol (if it has a particular one) or is it possible by simply using random pins on a port?thanks in advance. ...

matteo23 by Associate II
  • 384 Views
  • 1 replies
  • 0 kudos

STM32F030 I2C1 interrupt not firing

Posted on November 09, 2016 at 15:50 Hi, I'm trying to move my I2C1 code over from polling based functions to interrupt based(we use the standard peripheral libs.) I must be missing some basic configuration as the interrupt will not fire...