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

VTOR does not work when ROM is loaded from 0x8003000

Posted on June 18, 2015 at 11:41Hello,I have written own bootloader/IAP that should start next firmware (jump to it).It is working very well, but when the firmware is loaded, then interrupts are not working.Of course I have configured:#define VECT_T...

zexx86 by Associate II
  • 581 Views
  • 3 replies
  • 0 kudos

STM32F042F PA11/PA12 remapping

Posted on June 15, 2015 at 10:05Hi, i want to use the STM32F042F in a TSSOP20 package. I need USB (device) and CAN. Both USB and CAN are routed to PA11/PA12. Datasheet tells, that PA11/PA12 can be remapped to PA9/PA10. Does the USB_DP and USB_DM sta...

sk-st by Associate III
  • 559 Views
  • 1 replies
  • 0 kudos

Taking time in microsecond without using interrupts

Posted on January 08, 2015 at 13:37Hello I'm looking for a solution to get the time between to input signals in microsecond resolution. But I do not want to use an interrupt counting up all microseconds. Is there a convenient solution / method? #...

oli by Associate II
  • 1261 Views
  • 9 replies
  • 0 kudos

USB Device Composite - Babble Error

Posted on June 18, 2015 at 12:09Hello, i'm trying to develop an usb composite device(MSC+HID classes) on STM32F407 using the USB Device Library that comes with the STM32Cube. Basically what i've done is importing in import already working codes for ...

candoran by Associate
  • 623 Views
  • 0 replies
  • 0 kudos

Option byte RDP=1 STM32F0

Posted on October 25, 2014 at 23:43I want to set Readprotectionlevel=1. After the initialisation i can't see toggling of GPIO_PIN_7. The function HAL_FLASH_OB_Launch(); causes problems. When commenting out the function HAL_FLASH_OB_Launch() the whil...

klaus2 by Associate II
  • 1303 Views
  • 6 replies
  • 0 kudos

Updating Duty Cycle for PWM in STM32F407

Posted on June 17, 2015 at 14:46Hi,I am using STM32F407 uc with latest HAL lib. for PWM. In th elatest lib. there is no function provided to update the Duty cycle, reset the counter and auto reload like old driver         TIM_SetCounter( TIM11, 0 );...

SPI3 conflict with JATG on stm32f103RET

Posted on June 16, 2015 at 17:58HiI saw lots of discussions and solutions about working with SPI3 by disabling JTAG on STM32F103 devices. But I already have problem with it.I am using SWD for program and debug the mcu with Keil and the same code is ...

a_patiar by Associate II
  • 759 Views
  • 3 replies
  • 0 kudos