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'' ?
Ask questions, find answers, and share insights on STM32 products and their technical features.
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 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 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.
Posted on October 20, 2010 at 11:29hi i saw that the slower watch dog i can make will reset after /* On Value line devices, Enable WWDG and set counter value to 127, WWDG timeout = ~1366 ×–s * 64 = 87.42 ms */ can i make it slower like 500msec? th...
Posted on October 18, 2010 at 20:21Hey There, after three days of succesfull playing with my stm32discovery i tried to attach a sd-card. After this i got an error while programming the new Firmware:C:/msys/1.0/build/tools/obj/gdb-7.1/gdb/regcache.c:...
Posted on October 12, 2010 at 17:45hi. i have ageneral question: what are the options to program the stm32 in mass production with minimum hardware? i would rather progrming would be after the unit was assambled. thanks.
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 October 18, 2010 at 15:28what will happen if during an interrupt routin another interrupt request will accure ? will the micro jump to the other or finish this routine and the jump to the other? thanks.
Posted on October 17, 2010 at 11:32hi i am trying to activate the Tim2 Interrupt but for some reason it does not work here is the program i wrote: #include ''stm32F10x.h'' void setsystemclock(void); void TIM2_IRQHandler(void); int main(void) { s...