Posted on May 17, 2011 at 13:58Hi Alex, Cool. Keil simulator was showing HCLK @ 144MHz. I personally prefer using the ST library calls and setting up manually like on the 103. Cheers, Martin.
Posted on May 17, 2011 at 13:58Hi, I would advise plotting to the screen in different colours as your first application. Most graphics libraries have an abstraction layer for the display, which in it's most basic form consists of initialization cod...
Posted on May 17, 2011 at 13:57Just to note, the Cortex-M3 can hold 64-bit intermediate with the UMULL and SMULL instruction (for signed). Nothing like that for divide though (unfortunately) but you can multiply by reciprocal constants to get same e...
Posted on May 17, 2011 at 13:30Hi Sheldon, I don't know how difficult this would be to write, but my instinct tells me a USB analyzer would be usefull :). I am trying to obtain a bit more information about this, and will post when I have found out m...