STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F429 Discovery-Board: How to use CAN-BUS?

Posted on February 12, 2014 at 16:41Hi,I try to use one of the two CAN-BUS with the STM32F429 Discovery-Board, but seem's to be no free Port to connect the CAN-Transreceiver there.Anyone has a solution for this Problem?Regards, Michael #stm32f429...

namen by Associate
  • 970 Views
  • 1 replies
  • 0 kudos

ST-Link STM32F103 firmware

Posted on February 03, 2014 at 16:29Hi, We are currently working on a STM32F429-EVAL board and our application works fine. We are about to make our own hardware and we want to include the same functionalities as the Eval board, including the ST-Lin...

celdran by Associate II
  • 1099 Views
  • 6 replies
  • 0 kudos

EWARM evaluation license

Posted on February 12, 2014 at 15:21Hi, Is there anybody who knows how can get an evaluation license for EWARM while I am offline? I will be glad if you cen help me . Thank you... tugba

STM32F105RB USB current consumption in sleep mode

Posted on February 12, 2014 at 04:06Hi, I noticed after USBD_Init(); function has been called, it has increased the current consumption of the MCU. While entering sleep mode, the amount of current consumption caused by USB init is unable to be remov...

slim by Associate
  • 485 Views
  • 1 replies
  • 0 kudos

How can create a tone with timer ?

Posted on February 05, 2014 at 03:04 Guys How can create a tone with timer on STM32 ? This code is the way I made it on AVR, how can I mimic it on STM32 ? timer1_ctc_init() { TCCR1A = // Mode 4 CTC 1:64 Prescaler _BV(COM1...

STM32 and zigbee Tranceiver

Posted on February 12, 2014 at 07:31Folks, I have used TI's CC2530 Zigbee SOC with ZStack on it. But i want to use Different Host microcontroller which will communicate to zigbee transceiver for sending and receiving data.  So i planned to buy ST Z...

TIM3 interrupt BusFault_Handler

Posted on February 10, 2014 at 18:16Hi all, I'm new to STM32 and i'm having some problems with making TIM3 interrupt work on my STM32F3DISCOVERY. The problem is that when i run the code on the discovery i get in the BusFault_Handler. My code: GP...

todortur by Associate II
  • 1324 Views
  • 8 replies
  • 0 kudos

STM32F407 SYSTICK CONFIG

Posted on February 11, 2014 at 11:03Hi everyone. I've encountered a problem. I am using the function systick_config to configure a accurate timer. In the main function I writeif (SysTick_Config(SystemCoreClock/1000))  {         while (1);    }and th...