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

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
  • 979 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
  • 1333 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
  • 1452 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
  • 2495 Views
  • 24 replies
  • 0 kudos

STM32F439II RMII ethernet not working

Posted on December 16, 2014 at 14:15My company has developed a board with a STM32F207IG and RMII ethernet which is working fine. Now they have given me the same board with a STM32F439II fitted, and here I can not get the ethernet to work. The CPUs s...

Timers and SPI and DMA

Posted on December 15, 2014 at 16:52Hi, I am using STM32L152. I programmed some timers to output a repeated burst of pulses without any software interaction. Now I want SPI to transmit data from a buffer, one 16 bit word at each pulse, and repeat th...

mmensch by Associate II
  • 489 Views
  • 2 replies
  • 0 kudos