STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

PMSM FOC code stuck

Posted on February 24, 2015 at 18:30I have a custom motor controller board with STM32F303RB. I took the STM32 PMSM FOC Lib 4.0 project for STM3230x as basis for code. I only generated new motor configuration with MC studio and replaced evaluation bo...

STM32F405 32-bit timer in encoder mode

Posted on March 09, 2015 at 23:42I'm using STM32F405 TIM5 in encoder mode. As it is 32-bit timer I want to have the CNT register to hold actual position so I wouldn't need software assistance once it is setup, just read the counter. However it looks...

ksi by Associate II
  • 776 Views
  • 4 replies
  • 0 kudos

STM32F205 bootloader resets when RDP is enabled

Posted on March 10, 2015 at 15:05Hi, I have a design using an STM32F205. It needs the capability to be upgraded via the USART interface, and I'd like to be able to use the built-in bootloader for this purpose. My application contains a command which...

andy by Associate II
  • 659 Views
  • 4 replies
  • 0 kudos

FLASH_OB_Launch() hangs

Posted on March 07, 2015 at 12:12Hello to all, I am using a STM32F2xx device. I need to set Readout Protection via the firmware itsself (not via JTAG). I use this code: if (FLASH_OB_GetRDP() == RESET) {         FLASH_OB_Unlock();         FLASH_OB_R...

andywild2 by Associate III
  • 821 Views
  • 6 replies
  • 0 kudos

Timer Arithmetic: What am I missing?

Posted on March 10, 2015 at 16:53I want a timer to generate events at 2KHz. From the manual I see that TIM6 uses TIMxCLK for its input. TIMxCLK is the processor clock, right? My H/W is a STM32F428I-DISCO board using a STM32CubeMX generated project w...

hbarta2 by Associate III
  • 511 Views
  • 3 replies
  • 0 kudos

using STM32Cube Custom HID with STM32F072B-DISCO Fail?

Posted on March 10, 2015 at 16:15Hi , i juste buy a STM32F072B-DISCO for make little project in USB HID mode . i try to use the STM32CUBEMX  for make a Custom HID . window fail to install it all time ''Code 10'' , i try on XP , seven and W8 same iss...

rivier by Associate II
  • 276 Views
  • 0 replies
  • 0 kudos

Generate a square wave in output compare mode

Posted on March 10, 2015 at 14:34Hi, I'm using the STM32F411RE Nucleo board and I would like to generate a 25 MHz square wave by using the output compare of timer3 in toggle mode. Timer is configure as follow :   TimHandle.Instance = TIM3;   TimHan...

RTC - STM32F407

Posted on January 23, 2013 at 03:19Dear colleagues,      I'm planning on using the 32.768kHz LSE timer, and I would like to confirm that this timer is actually built into the STM32F407 I'm using (on Keil board, MCBSTM32F400). There's no clear docume...

STM32F2xx : Send Email

Posted on March 09, 2015 at 14:24STM32F2xx + ETH + Send Email  Hi, I've a problem (I use STM32F2xx) : I need to send an email... but I don't know how! I haven't found anything online. 1. Is it possible ? If YES... how ? 2. Are there some examples (w...