• STM32-Discovery Blinky example
    Hi all, I am trying to run the Blinky example for the STM32 Discovery board. The path is typically: C:\Keil\ARM\Boards\ST\STM32-Discovery\Blinky\Blinky.uvproj When I run the example project...
  • STM32 Discovery with RL FLASH
    Hi Everyone, Im trying to build GPS logger with STM32 Discovery Board. I can read GPRMC data from serial interface. Now I just want to implement SD card interface and save tracking data to SD card...
  • Using printf() on stm32-discovery
    Hello, I'm using a stm32-discovery board and got the Blinky project working using MDK 4.70 without much hassle. Now I'd like to get printf() working on one of the 3 USARTs (don't care which one)...
  • OpenCV on Keil
    Hello, if we add OpenCV c++ library to a project on the Keil, can we use simply use that, or we need to change the library somehow, for example we have to define variables at the start of block not inside...
  • uvision and OpenCV
    Hello, I'm a newbie in the field of Embedded systems. I have a at91sam9263 board with me and project deals with Real Time Image Processing. I want to know how to integrate OpenCV and uvision. Can any...