User Activity

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 17, 2010 at 16:56Hello, I seem to have bricked my board. I have been experimenting with different compilers and linkerscripts, and probably something was messed up. None of the three IDEs will to establish contact with the board. T...
Posted on October 09, 2010 at 14:51has anyone succeeded in configuring a foss toolchain for stm32f100 (discovery board chip)? I have installed the latest codesourcery, and tried /public/STe2ecommunities/mcu/Lists/ARM%20CortexM3%20STM32/flat.aspx?Roo...
Posted on September 29, 2010 at 04:45Has anyone succeeded in flashing the discovery board over USART on windows? I have tried [url=http://tuxotronic.org/wiki/projects/stm32loader]stm32loader[/url] (python) which wrote the bin file correctly (verifie...
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'' ?