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 s3034585

  1. S

    How to identify sdram size in an exsisting board

    Hi Guys, I am new to microcontrollers, can some one please share some info on how to identify sdram size. i have a board with 2 16bit sdrams connected to a micro. they both r on the same chip select. thanks
  2. S

    help with TQ2440 7-inch screen set (Embedsky)

    Hi Guys, Is anyone using TQ2440 7-inch screen set from Embed sky. I am having trouble in setting up the tool chain for this board in ubuntu. The user manual which came along with this board is not helping much. I tried to search on google also, but most of the links are in chinese. Can some...
  3. S

    How to program LPC2148 IC?

    Re: LPC2148 just copy U2 related circuit and you will be able to program using flash magic
  4. S

    how to interface a Micro with PC using com/usb ports

    Hi Guys, I am trying to learn to develope an application on PC side to talk to a micro using com or usb port. I am familiar with C and can program a micro to talk on a uart. What is the prefered(most widely used) language for developing applications like these which talk to embedded systems...
  5. S

    Using SPI mode to interface msp430 with RFtransciever&SD

    Re: Using SPI mode to interface msp430 with RFtransciever&am It is better to configure the STE line as GPIO and then use as CS. Because some of the SPI devices need CS to be active between consecutive transfers. If you use STE it will go into inactive state between continous transfers. This...
  6. S

    How to program LPC2148 IC?

    Re: LPC2148 try flashmagic utility. lpc2000 flash utility dosent support lcp2148. start with flashmagic using smaller baud rate and go on increasing till you can communicated with the chip.
  7. S

    LPC2100 Programming startup help

    lpc 21xx programming Sparkfun has LPC2148 development boards which are fairly cheap. There are loads of example project for LPC2148. If you want to get a feel of ARM7 architecture LPC21xx is the way to go.
  8. S

    how to design a battery back up for ARM7

    coin cell battery circuit design Hi Guys, I am trying to design a rechargable coin cell battery backup circuit for VBAT in ARM LPC2378. I googled for similar circuit or design guidlines but didnt get much help. Can some one please explain how to design a circuit to provide coin cell battery...
  9. S

    problem with programming VIC in LPC2378 controller.

    lpc2378 vic I dont know much about keil uVision IDE I am using GNU tool chain. are u using a development board or custom made board. these macros are actually called inside your ISR void timer_isr(void) { ISR_ENTRY(); ... ... your isr code ... ... ... ISR_EXIT(); } if you are using ide...
  10. S

    Which RTOS to choose for LPC2148

    lpc-p2148 indian dev boards For LPC2148 example code/project have a look at https://www.sparkfun.com/commerce/product_info.php?products_id=8627 https://www.sparkfun.com/commerce/product_info.php?products_id=545
  11. S

    problem with programming VIC in LPC2378 controller.

    lpc2378 programing hi I am also currently working on the same micro. I cant see interrupt handler in your code. When the timer generates and interrupt your micro needs to store all the current registers and PC into interrupt stack and then service the ISR. At the end of the ISR you need to...
  12. S

    help in understanding this circuit.

    hi can some one pls explain use of diode in the about circuit across the bjts. [/img]
  13. S

    MSP430 ADC readings are unstable

    msp430 +adc i am using an NTC thermistor and MSP430 to measure temperature between 0 to 50deg C. ADC10 in msp is programmed to take 32 readings. each time adc10 finishes takings its reading. the first 1-2 readings are quite away from the rest of readings. eventually the readings are stable...
  14. S

    IAR embedded work bench- Is the compiler available-free ?

    Re: IAR embedded work bench u can download the kickstart version which is free but the code size is limited to 4k
  15. S

    Help with MSP430F2011 jtag interface

    msp430f2011 Hi Guys, I am using MSP430F2011 chip with IAR kickstart. When i try to debug with Jlink430 and MSP FET 430UIF. I get a communication error saying that the device is not connect or then device is not recognised. Can some pls help me whats happning here.. I have just connected the...

Part and Inventory Search

Back
Top