STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Clock and I/O pin to an external peripheral

Posted on July 21, 2015 at 15:29Hi all, I have a STM32F103 and a Secure Access Module (SAM) (PCM1.1 by NXP). The SAM needs a clock input and an I/O pin to send and receive data to and from the MCU. In my design, the clock port of SAM is already conn...

danesh by Associate II
  • 513 Views
  • 0 replies
  • 0 kudos

matlab coefficient to stm32f429i discovery board

Posted on March 30, 2015 at 08:46I am trying to implement iir Band Pass filter design in STM32F429i discovery kit. I konw that it needs coefficients to be generated from matlab and feed them into cmsis api to achiev filtered data. My SOS Matrix look...

lokesh by Associate II
  • 687 Views
  • 1 replies
  • 0 kudos

Need help with PWM toggle mode phase shift

Posted on July 21, 2015 at 13:07Hi I have read through a couple of posts that clive1 has made regarding phase shifts in toggle mode. I need 120º shifts between each of the 3 PWM channels. I get 120º shift between channel 1 and 2, but anything more t...

Problem enabling timer in STM32F103

Posted on July 17, 2015 at 12:50Hi all, I am using a STM32F103 MCU and I wanted to enable TIM2 timer and then perform some operations upon signals received by the timer, first by polling and then using interrupts. I have setup my timer i.e. TIM2 as ...

danesh by Associate II
  • 995 Views
  • 4 replies
  • 0 kudos

Weird/Not fully understood behaviour of HRTIM

Posted on July 07, 2015 at 13:26Iam having big problems with the high resolution timer on the STM32f334microcontroller.I am using a period of 0xD3C2, this would normally mean that writting 0xD3C2 to a compare register is full duty cycle (or zero  - ...

ambrose by Associate II
  • 880 Views
  • 2 replies
  • 0 kudos

How USB Host should enable Suspend mode?

Posted on February 17, 2015 at 15:54Hi all! I'm a bit confused by USB Host behaviour when trying to enable Suspend mode.I use ST USB library v.2.1.0. and STM32F407. Use Host example for HID device, and it is working correct. Now I try to make some c...

morpeh89 by Associate II
  • 1185 Views
  • 2 replies
  • 0 kudos

STM32F4 External button not working !

Posted on July 20, 2015 at 23:30I'm trying to interface a push button to my stm32F4 discovery via PA1 , this is the code I got : void EXTI1_IRQHandler(void) {   if(EXTI_GetITStatus(EXTI_Line1) != RESET)   {      EXTI_ClearITPendingBit(EXTI_Line1);  ...

0690X00000605IEQAY.png
monta by Associate II
  • 1814 Views
  • 7 replies
  • 0 kudos

STM32F407-Discovery CAN bus problem

Posted on July 20, 2015 at 10:02Hi Guys,I'm struggling to activate the can bus in the CAN2 module in the discovery eval board.Using CubeMx, Generated all the initialization code.Set baud-rate to 50KHz, and to loop-back mode.The output waveform looks...

isak by Associate
  • 1105 Views
  • 2 replies
  • 0 kudos