How fast ? ;-)
Posted on November 16, 2011 at 08:29Hello,Just wondering ... did somebody already tried to overclock an STM32 (F2 series for example) ?What max clock can we achieve before the chip blows up (with correct flash wait state) ?Thomas.
Posted on November 16, 2011 at 08:29Hello,Just wondering ... did somebody already tried to overclock an STM32 (F2 series for example) ?What max clock can we achieve before the chip blows up (with correct flash wait state) ?Thomas.
Posted on October 29, 2013 at 11:58 Hello, i'm trying to regulate the Samplefrequence of the ADC3 via TIM2 OC2. Case, ADC Continuous Mode = Enable: Works Case, ADC Continuous Mode = Disable: no Conversation Does anyone se...
Posted on October 29, 2013 at 12:53hi I am trying to use timer 1 in stm3210c-eval.I wrote this code below.My problem is : counter starts counting but my program doesnt go to the ISR .so whats the problem ?here is my code :#include ''stm32f10x.h''#in...
Posted on October 21, 2013 at 16:37Hi everyone,I have a doubt and i hope someone can help me.I'm writting my SD card files with .001, .002, .003, etc extension. I need to know which is the biggest extension of my files. I'm using Fat32. Is there any...
Posted on October 28, 2013 at 11:06Please! Help me to generate a meander with frequency of 8 MHz on the timer - counter in mode PWM. Clocking from MCO1/MCO2 does not approach!
Posted on October 10, 2013 at 16:24Hi guys, I'm currently setting up an SD Card on the STM32F4 Discovery and have managed to so far get through the initial setup commands without too many issues. CMD0, CMD8,CMD55,CMD41 have all successfully been sen...
Posted on June 17, 2013 at 21:08 Hi there I'm pretty new to stm world I'm trying to generate an external interruption by pushing the user button on a stm32f4 discovery dev board, I tried to implement the staf via the API provided with the...
Posted on October 28, 2013 at 14:05 Hello, While trying to build thehttpserver_socket project with FreeRtos (STM32F4xx_Ethernet_Example\Project\FreeRTOS\httpserver_socket\EWARM\Project.eww) I've got the following messages: Warning[...
Posted on October 28, 2013 at 22:50Hi,I couldn't find IDD_VBAT for RTC disabled (only backup RAM enabled), but only both of them enabled at table 15 in datasheet. Where can I have this information?Best Regards.
Posted on October 22, 2013 at 18:49 Hello, is it possible to configure a DMA job to toggle an GPIO when the ADC conversion finishes? I'am usingTimer8 to Trigger ADC1 conversion andDMA2 Stream0Channel0 to copy the conversion result (DR-...