STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 484 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
  • 657 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
  • 272 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...