STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Centre aligned PWM question

Posted on June 14, 2012 at 15:55I've been using edge aligned PWM to turn a three phase induction motor and this works just fine. However, in an attempt to cut down on noise, with the possibility of two IGBTs switching at the same time, we thought it...

DiBosco by Senior II
  • 334 Views
  • 1 replies
  • 0 kudos

No Flash size register on STM32F2xx?

Posted on October 17, 2011 at 12:26STM32F2xx reference manual Doc ID 15403 Rev 3 doesn't list a Flash size register in chapter 33 Device electronic signature Is there really no such register? #missing-functionality

Unique device ID register address in STM32F2xx

Posted on June 11, 2012 at 13:45Hello, I’m trying to get the uID from a STM32F207 microcontroller using the integrated bootloader connected through the USART1 (as described in AN3155). I’ve already implemented this feature for other microcontrol...

PWM control with DMA and ADC

Posted on June 21, 2012 at 16:58The original post was too long to process during our migration. Please click on the attachment to read the original post.

usbd_conf.h

Posted on June 21, 2012 at 11:56I am trying to compile some code for the f4 discovery board to send ADC readings to the USB as posted a while ago with the following note:''This is from an Example of CDC Virtual Com Port on the USB  for the Stm32f4Di...

running application code after linux dfu-util load to flash ?

Posted on June 17, 2012 at 16:08I am using dfu-util-0.6 under linux to load code to flash. After loading to flash how do I get the STM32 to run the application code ? I tried adding -R but the dfu device just re-enumerates after the USB reset. Also ...

sja by Associate II
  • 485 Views
  • 2 replies
  • 0 kudos

can't debug stm32f103

Posted on June 20, 2012 at 11:39I tried to debug code stm32f103 but it getting stuck on 0x8002cc6 and not moving from there. even if  I do step out or step over.The code is ok (working on product whick sold and installed).The IAR J-Link sw is update...

Using CAN on STM32F4 discovery

Posted on June 18, 2012 at 15:24Hi,I'm trying to get my two discovery cards to communicate using CAN. It works perfectly when the transmitting card is in Loopback-mode and the receiving card is in Silent-mode, but when I change them to Normal-mode n...