STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Multiple discovery boards?

Posted on June 09, 2015 at 19:26I can load the Windows USB driver (into a VM--I don't oen any actual Windows box), and plug in a discovery board and all is well. Can update firmware, load stuff, etc. But when I try to connect another apparently iden...

lee23 by Associate II
  • 349 Views
  • 1 replies
  • 0 kudos

quadrature encoder values

Posted on June 07, 2015 at 19:46hi everyone  i m going to interface encoder with motor the encoder is working perfectly and counting up to 0xFFFF in clock wise direction but when i rotate in counter clockwise direction it,s counting from 0 but from ...

STM32F429 NRST pin

Posted on June 09, 2015 at 13:46Hello,is it possible to generate a interrupt when the pin NRST is activated??I need to reset some variable before the reset of the microcontroller.Thank's!!! #stm32f4-reset-pin

gerson74 by Associate II
  • 454 Views
  • 1 replies
  • 0 kudos

DMA Stream Handler

Posted on May 29, 2015 at 12:46I am novice to ST family. I have added DMA1_Stream5 Handler in keil example. When I put breakpoint over there ,it is not executing . Here is my code . int main(void) {               GPIO_InitTypeDef GPIO_InitStructu...

TIM2 works on STM32F030K6

Posted on June 09, 2015 at 10:29I discovered this by chance, copying user_functions from an F100 project to the new F030 project. My delay function is based on TIM2 and it works normally on the F030. Is the TIM2 on the F030 or does the compiler chan...

tomaz by Associate
  • 408 Views
  • 1 replies
  • 0 kudos

STM32F3 Option Byte problems

Posted on May 12, 2015 at 08:35Hello I'm using an STM32F302CB. I use this code to protect the first pages of code which contains a bootloader:[code] uint32_t write_protected = FLASH_OB_GetWRP(); uint32_t protect_mask = OB_WRP_AllPages - BOOTLOADER_W...