User Activity

Posted on November 27, 2015 at 22:38I am trying to perform a memory read operation in a STM32L152 discovery board using the following code:#include ''stm32l1xx.h''#include ''stdio.h''uint16_t ts_cal1;uint32_t address1=0x1FF800FB;uint32_t address2=0x...
Posted on November 04, 2015 at 20:03Is there a tutorial/ resource page, where it I can find some guidelines about converting a KEIL project to IAR? I tried myself, but couldn't do it ( I am new in IAR toolchain). More specifically, I am looking to c...
Posted on September 29, 2015 at 23:13I am trying to drive a KS0108 based LCD with a STM32L series micro-controller. I have the following source code: #include ''KS0108.h'' #include ''graphic.h'' int main(void) { GLCD_Initialize(); GLCD_ClearScreen()...