STM32_Init.c
Posted on June 28, 2013 at 08:32Hello. I want build a stm32_init.c for stm32f2xx micro. I try to find it, but nobody create it. And so, I need a aid to start. Can you help me?Thanks
Ask questions, find answers, and share insights on STM32 products and their technical features.
Posted on June 28, 2013 at 08:32Hello. I want build a stm32_init.c for stm32f2xx micro. I try to find it, but nobody create it. And so, I need a aid to start. Can you help me?Thanks
Posted on June 21, 2013 at 10:14Hallo all,How do I program the NOR Flash on the STM3210E-Eval board from my IAR platform? I'm experimenting with the STM3210E-EVAL demonstration firmware (UM0549) and accidentally deleted the contents of the NOR Flash...
Posted on June 27, 2013 at 00:37Hello, the I2S interface is specified up to 192kHz, and actually the stm32f4xx_spi.h file has defines from 8kHz up to 192kHz. I am wondering if anybody has ever tried to push the I2S interface up to 384kHz (and po...
Posted on June 25, 2013 at 14:40 Hi, I try to implement a IIR filter with the '' arm_biquad_cascade_df2T_f32'' function from the CMIS dsp libraries and I encountered a problem: my output datas and my pstate table are overflowed after ...
Posted on January 12, 2012 at 21:59Hello everybody! In my program I have to start two timers exactly at the same time. In my current code I start them behind one another (just one line of code each) but unfortunately the error with this method is to...
Posted on June 26, 2013 at 15:37Dear Sirs,I need to know when the VBat pin has only a 100nF capacitor to ground, isn't connected to Vdd and no battery is present.Thanks for advising.Antonio #vbat-battery-backup
Posted on June 27, 2013 at 02:58if I have #include <stdio.h> then build and debug the debugger just kind of hangs and is always in the breakpoint state, I hit run but then it just stops instantly. Using Keil. If I remove that include and all referen...
Posted on June 26, 2013 at 12:28Hello,It's my second week that I work with STM32 micro. I have a question. Does it exist a code generator tool? I know that CooCoox has this tool, but I'm working with uVision of Keil and I can't leave it.THANKS!!!
Posted on May 20, 2013 at 13:04Hi, I need to put my card STM32-P103 standby I test the consumption of all the card I see that it uses up to 19mA but the literature indicates that standby power consumption must be to some uA. here is my code: #includ...
Posted on June 25, 2013 at 09:07Hi!I try to test my firmware on STM32L152-Discovery. I'm creating low power application with ADC and SD card. Everything works perfectly, but now it's time for current reduction. When there is no need to do ADC conver...