Posted on September 13, 2012 at 23:13
First of all you need to call your code somewhere from main().
What do you expect from the code you are not executing? Your main() do nothing except initializing two leds and switching them off.
...
Posted on September 13, 2012 at 04:12 clive1> While this may be the case, the STM32 VL-Discovery board uses a STM32F100 series part, which as I recall does not support FSMC No fsmc.. Oh, sorry then. Anyway, there are some checkpoints: 1) does writin...
Posted on September 13, 2012 at 03:54Thank you for a great tool, it really helped me to integrate several breadboard sketches to one solid project. BTW, I don't see any advantage of making the doc online. Since it's project-based, the right place fo...
Posted on September 08, 2012 at 23:00You'd better use FSMC rather than GPIO for LCD interfacing. It is much faster and easy to program. If you need, I can share the initialization and simple graphics code and pinout for STM32F4Discovery + SSD1963. I...