Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by manoharn

  1. M

    how to program lpc1768 in thumb mode?

    sorry actually i got to know by edaboard member ,that cortex lpc178 is working in thumb mode only.
  2. M

    how to use thumb mode ?

    sir then what is thumb-2 then? is it thumb and thumb 2 are same in cortex lpc1768? please guide.
  3. M

    how to use thumb mode ?

    thank u sir... i programed for this and executed but same changes will not allow in lpc1768?
  4. M

    how to program lpc1768 in thumb mode?

    #include "lpc17xx.h" #define LED (1 << 29) void delay(unsigned long int count) { unsigned long int j; for(j = 1000000; j > 0; j--); } int main (void) { SystemInit(); LPC_GPIO1->FIODIR |= LED; // P1.29 = Outputs LPC_GPIO1->FIOCLR = LED; // Turn-OFF LED //Loop...
  5. M

    how to use thumb mode ?

    sir what is the meaning of this Inline assembler Thumb instruction set restrictions in C and C++ code .... is it means thumb instructions are not allowed in c and c++? **broken link removed**
  6. M

    how to use thumb mode ?

    ok sir thank you i will check once..
  7. M

    how to use thumb mode ?

    hi sir i am using embedded c but whatever you posted here looks like assembly .... is it possible to use above instructions in embedded c program?
  8. M

    how to use thumb mode ?

    I am using LPC2148 please tell me how to enable thumb mode in embedded C and keil compiler.
  9. M

    [SOLVED] glcd display problem

    try without connecting any thing to brightness control pins
  10. M

    how to plot sine wave in glcd?

    sorry for the late reply ....Jestin_cubetech & santoshaxl ,i worked on this many days didn't got output so i stop doing......thanks for the reply i ll start to work on this and i ll get back to you.
  11. M

    how to plot sine wave in glcd?

    only views no reply no answer.....plz help
  12. M

    how to plot sine wave in glcd?

    plz help how to plot sine wave in glcd, i am using pic 16f877a and ccs c compiler.I am working on this from past two weeks didn't got output .....plz help
  13. M

    what is the format to display int32 & double?

    hi guys i want to display 32 bit number in lcd so i initialized the variable as int32 but unable to display.i am using pic microcontroller and ccsc compiler. in ccsc manual they given like c Character s String or character u Unsigned int d Signed int Lu Long unsigned int Ld...
  14. M

    [SOLVED] how to write and read form eeprom 24c32?

    hai FvM & alexan_e finally i searched 2432.c library, i am trying to understand that library. once i got result i ll get u back.........
  15. M

    [SOLVED] how to write and read form eeprom 24c32?

    i am using CCS C Compiler....for eeprom 24c32 i connected 10k pullup resistors to SDA & SCL & wp , a0,a1,a2 connected to gnd...is this connections correct?

Part and Inventory Search

Back
Top