STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USB CDC-ECM host implementation

Posted on May 06, 2015 at 14:54Hi,Is there any USB CDC-ECM host implementation example available in ST?This could be a great start to my new project.

vivek1 by Associate
  • 288 Views
  • 0 replies
  • 0 kudos

how to enable Clock-out capability (MCO Pin)

Posted on May 06, 2015 at 13:00I want to have a sample of system clock at MCO pin of STM32F107RC micro controller. I use dspin firmware library for driving stepper motor. The on board crystal is 8MHz and system clock set to be 72MHz. I add this code...

yasamin by Associate II
  • 343 Views
  • 1 replies
  • 0 kudos

STemWin and Ecplise 8.6.0

Posted on May 06, 2015 at 12:22Hey, I want to use STemWin in Eclipse 8.6.0 with the Cross ARM Compiler. I implemented STemWin succesfully in Keil. This was no problem. The implementation in Eclipse seams no that simple. I created a new project, whic...

gross by Associate II
  • 254 Views
  • 0 replies
  • 0 kudos

SPI Transmit only

Posted on May 05, 2015 at 13:54Hey, I want use the SPI interface of the STM32F407 in transmit only mode. I tried some different solutions but it did not work. Can you tell me please which commands I have to use in the SPI Init? I can not find any op...

gross by Associate II
  • 824 Views
  • 4 replies
  • 0 kudos

Using SDRAM and NOR Flash

Posted on May 05, 2015 at 09:27I have a simple project running on my STM324x9IEval Kit using external SDRAM and NOR Flash.The project run correctly when a use only SDRAM, &sharpdefine DATA_IN_ExtSDRAM is uncommented in system_stm32f4xx.c and my vars...

ducommun by Associate II
  • 548 Views
  • 2 replies
  • 0 kudos

STM32f415RG hits reset_handler (Mikroe MINI M4)

Posted on May 06, 2015 at 02:38hi everyone..I bought a MINI M4 from mikroelektronica and I decide to use KEIL 5.04 for the firmware, I ported a proyect from STM32F4DISCOVERY and it seems that it worked, i try the blinking led, push button to turn on...

0690X00000602vCQAQ.jpg 0690X000006031GQAQ.jpg
dracog71 by Associate II
  • 304 Views
  • 0 replies
  • 0 kudos

Bootloader Jump failing going to Usage Handler Fault

Posted on May 05, 2015 at 14:48Dear All, I am writing STM32F105 based bootloader. I am able to write the Application File contents to the Flash Application Area. But the Jump to Application is failing; I am getting following Errors: 1. Usage Fault...