• interfacing 1024*600 pixel TFT lcd with LPC1788
    hi friends., i am interfacing 10.1" TFT lcd with LPC1788.I Got some pixel flickering issue and color changing issue.at final i solved PIXEL flickering and color changing issue :)..but the pixel brightness...
  • Init
    void GpioInit(void) { // Set to inputs FIO0DIR = \ FIO1DIR = \ FIO2DIR = \ FIO3DIR = \ FIO4DIR = 0; // clear mask registers FIO0MASK =\ FIO1MASK =\ FIO2MASK =\ FIO3MASK =\ FIO4MASK = 0; /...
  • RW Initalization Data Placement
    Hi, I am writing an integration-test for my bootloader (running on a Cortex M3, STM32F217) which has several fallback-facilities. To test these, I need to corrupt a part of my executable flash. ...
  • .data initalization position and GDB
    Hello, I'm trying to debug a RV-compiled program in GDB. Everything works fine accept the .data initialization. Keil(ARM) is placing the .data PROGBITS initialization in the section with the...
  • lpc2478
    Hi, I am sravan,doing my academic project using lpc2478 controller.I have some doubt regarding how to up the controller.Is it is possible to use keil arm ide and flash magic with out any development...