Boot other than main
Posted on June 23, 2015 at 10:08hi ,i would like to change the settings in coocox to run from a seperate file not from the main.can anyone tell me how to do that ?thanks
Posted on June 23, 2015 at 10:08hi ,i would like to change the settings in coocox to run from a seperate file not from the main.can anyone tell me how to do that ?thanks
Posted on June 08, 2015 at 10:45Dear all, I've notice an ennoying bug in new version of CubeMX when generating project for MDKARMv5 based on STM32L152RBT6 MCU : The generated project define both ''STM32L152xB'' and ''STM32L152xBA'' preprocessor symb...
Posted on June 24, 2015 at 17:35 Hey! I've been trying to use my Nucleo F334's DAC wave generation function to output white noise and I can't get it to work (I'm using Mbed compiler tools)... I used the HAL functions described http://www.s...
Posted on June 23, 2015 at 03:58I am trying to see if I can get the RNG to work. When I poll, even though SR.CEIS and SR.SEIS are 0 as expected, I can never get SR.DRDY. I think I have initialized correctly. I am looking for a simple example projec...
Posted on June 24, 2015 at 14:28I am working with the Discovery development board STM32F407 microcontroller and building using Eclipse/GNU. I trying to reprogram sector 0 (address range: 0x0800 0000 - 0x0800 3FFF; 16 Kbytes total) from within my app...
Posted on October 13, 2012 at 18:39hi all,i am working on external flash memory and stm32f100c8 communication via SPI,but in my code there is a wrong what i missed.perhaps you may see../*---------------------------------*/#include ''stm32f10x.h''#in...
Posted on June 24, 2015 at 15:04To write multiple adress you sould use Auto Address Increment (AAI) Word-Program Sequence This is the code. /************************************************************************/ /* PROCEDURE: EBSY ...
Posted on June 24, 2015 at 10:57hej i would like to know the procedure for measuring the amplitude and phase of the signal using stm32f404-discovery board.can anyone tell me how to acheive this ?
Posted on June 23, 2015 at 20:39HelloI tried to compile and run arm_fft_bin_example of the cmsis package but there is a problem.The problem is in the arm_bitreversal2.s file that can't be compiled by keil.Is there any workaround and solution?Thanks.
Posted on June 23, 2015 at 08:09Hi everyone, I'm trying to write code that : 1) Enter STOP mode every falling of specific EXTi pin. 2) Wake up every rising of this pin.This is my code :void EnterStopMode(void) { /* // ASSERT(false); // Code is not...