• LPC1788 with 8 bit SRAM
    I am LPC1788 144 pin package controller, i want to use LCD controller of 1788 to interface with 800x480 pixels 24bit color depth TFT display so that i need to interface with external RAM for LCD frame...
  • bit-banding
    STM32f103 (cortex) anyone seen any advantage from bit-banding. I have employed it a few places and always found it to be no savings in time or space. Erik
  • Covering India on a single page
    http://www.indiaonapage.com is a social informative networking community, that covers whole India on a single page. You can make friends,send FREE SMS, ask/answer questions, write/comment blogs, track...
  • Covering All aspects
    Covering All aspects for final output support-remote.splashtop.com/.../72170037 www.sname.org/.../french-openn-finals
  • Asm bit banding macro
    Good day. I try to create asm bit bannding macro. it's only macro and invocation code: MACRO ;macro definition sram_bit_band_set $p1,$p2 LDR R4,=0x22000000+p1*32+4*p2 MOV R5,#1 STR R5,[R4]...