STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Debug reset does not reset registers

Posted on October 27, 2010 at 15:27When using IAR Embedded Workbench with the STM32 Discovery, resetting the microcontroller with the interface does not reset the registers, nor memory.This is unexpected, and caused me to lose a lot of time. Is this...

kenn by Associate II
  • 501 Views
  • 1 replies
  • 0 kudos

Dead Time

Posted on October 25, 2010 at 14:28hi i am trying to activte TIM1 in complementary mode with dead time. but for some reason i get areverse dead time (both channels are at ''1'' instade of ''0'') why is that i could not find such an option in the man...

ezrab by Associate II
  • 301 Views
  • 2 replies
  • 0 kudos

Exporting flash files from atollic

Posted on September 27, 2010 at 18:53Is it possible to export flash files from atollic TrueStudio using a separate tool rather than the stock ''flash converter - not included with the lite version'' ?

izua by Associate II
  • 1371 Views
  • 13 replies
  • 0 kudos

SPI2

Posted on October 22, 2010 at 05:42I'm trying to talk to an sdcard via SPI with the SPI2 peripheral. This is my initialisation routinevoid SPIInit(){ RCC_APB1PeriphClockCmd(RCC_APB1Periph_SPI2, ENABLE); SPI_InitTypeDef SPI_InitStructure; SPI_InitStr...

izua by Associate II
  • 402 Views
  • 1 replies
  • 0 kudos

Uart application

Posted on October 06, 2010 at 15:35hi i was tring to activate USART3 On Port C PC10,PC11.   i used this configuration : USART3->CR1 = 0x0C; //Receiver enable, Transmitter enable, USART disable     USART3->CR2 = 0x0;     USART3->BRR=156;//9600 at 24M...

ezrab by Associate II
  • 1519 Views
  • 15 replies
  • 0 kudos