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

DIfferent Vector tables or single one

Posted on December 18, 2014 at 11:57now I have 2 hex files running independently, to perform context switching i am using a systick timer, now should i use a single vector table to link them by calling same ISR, or define 2 Vector tables and call 2 ...

STM32F103ZET6, write protection

Posted on December 15, 2014 at 13:50Gentlem, my question: The STMFlashDemonstrator 2.7.0 after loading a program in to the STM32F103ZET6, while verifying, brings the error: ''...The page may be write protected. Please disable the write protection......

frantzw by Associate II
  • 641 Views
  • 3 replies
  • 0 kudos

Mistake?

Posted on December 10, 2014 at 11:10The original post was too long to process during our migration. Please click on the attachment to read the original post.

franck2 by Associate II
  • 1030 Views
  • 5 replies
  • 0 kudos

1553 Bus handling with STM32F MCUs ?

Posted on December 17, 2014 at 20:11Hi friends, Is it possible to handle 1553 bus with stm32 series microcontrollers without using asic or fpga (ip core). For CANbus there are can trancievers that can be directly connected to mcu in the circuit, but...

aybala5 by Associate II
  • 1450 Views
  • 2 replies
  • 0 kudos

Why doesn't gdb reach a breakpoint in main?

Posted on December 17, 2014 at 17:43Hello, I'm trying to debug a simple test program (http://developer.mbed.org/teams/ST/code/Nucleo_blink_led/) on my Nucleo board. I've successfully compiled it using GCC-ARM (arm-none-eabi-gcc), flashed my device o...

matt2399 by Associate II
  • 1628 Views
  • 2 replies
  • 0 kudos

STM32L151 Stop mode power consumption

Posted on November 20, 2014 at 12:47I am trying to get lowest power mode(in stop mode) of STM32L151RB. According to datasheet, power consumption in lowest achievable mode is below 14uA. But I am getting 40uA minimum on my device. I have tried differ...

Is there anaybody that have a TIM triggered DMA working Code?

Posted on December 01, 2014 at 22:49I'm stuck on TIM triggered DMA to SPI. My DMA Code configuration is as follow: void DMA_Configuration(void)  {      DMA_InitTypeDef               DMA_InitStructure;           /* Enable DMA1 clock */    RCC_AHBPer...

franck2 by Associate II
  • 2660 Views
  • 24 replies
  • 0 kudos