Keil MDK 4.13a MAY solve it
Posted on October 27, 2010 at 17:35Keil MDK 4.13a MAY solve it
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on October 27, 2010 at 17:35Keil MDK 4.13a MAY solve it
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...
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'' ?
Posted on October 26, 2010 at 11:24 Fixed
Posted on October 25, 2010 at 13:50never mind
Posted on October 23, 2010 at 06:46USB on stm32f103zc cortex m3
Posted on October 19, 2010 at 21:40Total noob at this, trying to (re-)build and launch the demo code on the Discovery board as a baseline.I'm running under Windows XP, downloaded and installed Atollic TrueSTUDIO lite.Discovery board is connected via...
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...
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...
Posted on October 19, 2010 at 15:14hi. i found out that it is possiable to use the flash as eeprom but the example i found was very long and complicated is there asimple way to do that? thanks.