User Activity

Posted on September 21, 2015 at 16:52Hello,I use a stm32f103, I want to use the SPI peripheral in slave mode.The SPI Master is configured with a clock at 1Mhz.I must to configure the STM32 SPI peripheral with a clock at 1Mhz, but its not possible wi...
Posted on July 03, 2015 at 10:59Hello,Can we Debug in Standby low power mode ?and how ?I use STM32F103, STLink V2, GCC ARM.Thanks  #debug-mode #standby
Posted on June 03, 2015 at 11:24hello,I use the stm32f103VD,Clock 48MHz from the 8MHz HSI.Can you help me and tell me if I configured the timer 3 correctly for counter each 1ms ?I am not sure it's correct because the iterruption comes each 0.000999 ...
Posted on May 26, 2015 at 09:49Hello,I am debugging step-by-step my project on stm32f103vd, using CooCox CoIDE, and ST-LinkV2.when I enable whatchdog, the system go then to Reset_DefaultHandler(). I think that's normal no ?and how I can debug step-b...
Posted on May 21, 2015 at 17:59HelloI use STM3210e-eval.I want to implement Fatfs for the SDcard (using SDIO interface)Thats work !I can create a file or a directory, read a file, write in the file, delete file, rename file.the problem is that: when...