STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F429 MDIO

Posted on December 03, 2014 at 09:47Hi,we have to manage a CFP Module via MDIO with STM32F429. Unfortunately the module requires MDIO according to 802.3 clause 45. I am right that the 429er supports only the older version (clause 22)?Is there anothe...

volker by Associate
  • 430 Views
  • 1 replies
  • 0 kudos

STM32F2 VCP Tx Handling USBD_BUSY

Posted on November 26, 2014 at 02:47I am using VCP firmware from STM, but I have a problem when I am transmitting my data using the CDC classI am sending data from my firmware to my PC, if I did open the serial port in my PC side, and i am still sen...

hosweetim by Associate II
  • 1262 Views
  • 5 replies
  • 0 kudos

STM32F030 Eval Board PORTF.0 Problem

Posted on December 03, 2014 at 05:33I am using an �030 with its internal oscillator.  Thus I should be able to use F0 and F1 for anything any GPIO pin can be used for.  I turned on internal pullups on these pins and only F1 worked.  F0 read high or ...

picguy2 by Associate II
  • 285 Views
  • 0 replies
  • 0 kudos

Vbat Current

Posted on November 07, 2014 at 17:52I am working with a STM32F051xx for a real time clock application. Looking at the datasheet (page 53, table28: typical and maximum current consumption from the Vbat supply), it is noted below the table that the MC...

dave23 by Associate II
  • 544 Views
  • 2 replies
  • 0 kudos

FatFs examples

Posted on December 02, 2014 at 18:43hi every oneim trying to use FATFS file system library for stm32f103 with keil 5.12 & mmc cardkeil show some errors like : error:  #20: identifier ''asm'' is undefinedhave any one a example of FAT FS for stm32f103...

mhdizgah by Associate II
  • 320 Views
  • 0 replies
  • 0 kudos

Debugging code from RAM

Posted on December 02, 2014 at 15:33 Hi, I am developing an application for STM32F427 that runs from RAM using Keil. The bootloader application moves the code to ram and starts the execution, so execution is not an issue. But I am not able t...