STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F107 - Ethernet, can't restart DMA

Posted on April 12, 2015 at 20:30Hi,I tring to turn on ethernet on my board, but I stuck on problem with ETH DMA.ETH->DMABMR = ETH_DMABMR_SR; while (ETH->DMABMR & ETH_DMABMR_SR);Above the line is reseting DMA, but it's never ending and I don't know ...

BootLoader from the RAM

Posted on February 08, 2013 at 23:19If I have a new DFU file I put on the RAM section and I want to upgrad the software with this file.How I should configure BOOT0,BOOT1 in the boot mode time and after it on the next reset?How I point to the automat...

Barbie by Associate II
  • 1920 Views
  • 9 replies
  • 0 kudos

STM32F437ZGT6 with KSZ8463MLI

Posted on June 20, 2014 at 12:53Hello everybody. I am working in a project with http://www.st.com/web/catalog/mmc/FM141/SC1169/SS1577/LN1789/PF253733?s_searchtype=partnumber connected to a http://www.micrel.com/index.php/products/lan-solutions/ieee-...

Jose_A by Associate II
  • 867 Views
  • 5 replies
  • 0 kudos

STM32F217 : Send an Email

Posted on September 08, 2015 at 11:06Hi, I've a problem (I use : STM32F217 - ETH RMII Mode - Standalone) : I need to send an email... but I don't know how! a. Is it possible in standalone ? If YES... how ? b. Are there some demos/examples (with sour...