STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Linker script: How to get the same size of BIN file?

Posted on November 15, 2011 at 12:33I need( from some reason) to get always the same size of bin file.I've tried to create other flash-section and fill it with some value.As last section I added following..  .added :  {    FILL(0xAB);    . = ALIGN(0...

lubos by Associate
  • 384 Views
  • 0 replies
  • 0 kudos

STM32F207 PTP time-stamp

Posted on November 15, 2011 at 04:29There is only one eth driver without low level functions for PTP time-stamp on official site, and stm32f207 is different from stm32f107, so i want to know when the full-function eth driver will be provided on offi...

USART1 TX on PA9

Posted on November 12, 2011 at 19:15Hi, I would like to use the USART1 TX on pin PA9 but evan I remap usinf AF (alternate function), the USART1 doesn't transmit on PA9, it is like the USB OTG FS is keeping the pin. I would appreciate it a lot if som...

rdurand9 by Associate II
  • 741 Views
  • 4 replies
  • 0 kudos

LCD on Board

Posted on November 10, 2011 at 11:56Can anyone explain why the segments of the microcontroller are connected to the LCD segments in such a way ? In particular, why are Segment17(chip) connected to Segment12(LCD) and Segment16(chip) connected to Seg...

TIM2_IRQHandler never executes??!!

Posted on November 13, 2011 at 12:40Hello everyone,I have tried to use GPIO PortB, Pin 10 (which i believe can use AF TIM2_Channel 3) to capture PWM signals on my stm32f2.  I am using the standard peripheral lib. I am having issues with the TIM2_IRQ...

STM32F100 Timer-Clock

Posted on November 12, 2011 at 15:41Hello forum! I'm trying to get familiar with the timers in the STM32 but now I got stuck at a problem I can't solve, first here's the concerned function: void TIM4_Configuration(void) {   /* Compute the prescaler ...

Original demo sw for l-discovery?

Posted on November 12, 2011 at 22:01New to STM32 and the board.  Is the original demo sw avail for the stm32l-discovery?  Or perhaps slurp off the board? The 'firmware' kit seems to have only several discrete demos. cheers, -oose

jtp by Associate
  • 212 Views
  • 0 replies
  • 0 kudos

General questions on STM32 programming paradigms

Posted on November 12, 2011 at 21:10I could not find any good document on internet about STM32 programming. Unfortunately, STM's own documents do not explain anything more than register functions. I will greatly appreciate if anyone could explain (o...

hate_pod by Associate
  • 1039 Views
  • 3 replies
  • 0 kudos