..
Posted on May 30, 2012 at 16:36...
Posted on May 30, 2012 at 16:36...
Posted on May 17, 2012 at 16:54Hi,I tried to make an erase of a valid address of data eeprom available on my stm32l151.When I try to write 0x00000000 for instance to address 0x0808001B Keil uVision stops the debug mode give me a message of error.The...
Posted on May 28, 2012 at 12:29Hi, I see on the an3216 ''getting started with the stm32l hardware development'' that there is a strange 10uF (ceramic?? non polarized ??) connected to the vdd. Instead,if I see that on the stm32l discovery schematic t...
Posted on May 28, 2012 at 18:51Why should the App.h file with : /// PORTA[0..15] = Available : RCC_AHB1PeriphClockCmd( RCC_AHB1Periph_GPIOA , ENABLE); GPIO_InitStructure.GPIO_Pin = (GPIO_Pin_0 | GPIO_Pin_1 | GPIO_Pin_2 | GPIO_Pin_3 | GPIO_Pin...
Posted on May 29, 2012 at 11:52hi, I am using stm3210c-eval and Ride7. in my project i need to write and read from a micro sd card (file.txt). can you help me? thanks .
Posted on May 29, 2012 at 11:13Are STM32F2 family processors capable of multimedia processing ?? for example : can they be used to capture videos and track objects or other camera features real time with a high quality image sensor (5MP and 720p @ 6...
Posted on May 28, 2012 at 07:28How should multiple interrupt flags be handled in the timer ISRs? 1. Handle all flags at the same time? 2. Handle a single flag? My code originally did #2, but I found sometimes I would get into a state where an interr...
Posted on May 28, 2012 at 07:21I'm actually hunting down a weird case where sometimes the timer counter matches the CCRx register but I never see the CCxIF flag set. This seems to occur when the compare occurs when I'm in that timer's ISR handling a...
Posted on May 26, 2012 at 11:28With the latest release of dfu-util (which supports DfuSe devices since 0.5) we also offer Win32 and Mac (ppc) binaries at http://dfu-util.gnumonks.org/ For a DfuSe usage example (and a link to Ubuntu binaries) please ...
Posted on May 25, 2012 at 18:50Hello, I am working with a STM32100 RBT6 microcontroller. I was working on a firmware and as the souce code grows up a I had the software starts reach the hard falt handler. I loocked for the CFSR register and the IACC...