Posted on May 17, 2011 at 13:33Could it be that the data is not flowing through the GPIOs fast enough? A test would be to sample the clock and the data using the CPU and then see what you get.
Posted on May 17, 2011 at 13:27The examples are a help but they are harder to use than the Coldfire init. program. The Coldfire initialization tool is really nice because you can go through the entire initialization sequence and it generates code in...
Posted on May 17, 2011 at 13:27Is there a tool for the STM32F series that I can use to configure and generate code for intializing the peripherals? I used something like this for Coldfire parts (http://www.microapl.co.uk/CFInit/cfinit_main.html) and...
Posted on May 17, 2011 at 13:24Are there any C compilers which take advantage of bit banding? Ideally, the compiler/linker would know that a variable (and special function register) is located in the bit banding area and depending on what is being d...
Posted on May 17, 2011 at 13:24I'm developing my own board for an embedded system using the STM32 part. Since this is an embedded system, I will be recording a bunch of data and storing it in on an onboard serial flash device. What I'd like to do is...