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 ziedg

  1. Z

    add arm-elf-gcc to MINGW32

    i have resolved the problem. i have downolad arm-elf and i have added arm-elf in directory MinGW and add arm-elf in PATH with this command export PATH="/MinGW/arm-elf/install/bin:$PATH" after MinGW recognize the command arm-elf-gcc
  2. Z

    add arm-elf-gcc to MINGW32

    hello, i want to compile program with MINGW but when i make the file MINGW showed me : arm-elf-gcc command not found i want to add arm-elf-gcc to MINGW ? can you help me please ?
  3. Z

    IAR LPC2129 TIMER INTERRUPT PROGRAM not work

    please , any idea
  4. Z

    IAR LPC2129 TIMER INTERRUPT PROGRAM not work

    i try to debug this program with IAR and olimex-P2129 and the program don't launch any interrupt . why the interrupt is not execute ?! any idea please /*------------------------------------------------------------------------------\ -------------------------------------------------*/ #include...
  5. Z

    interfacing a module bluetooth LM400 and a microcontroller LPC2129 or any micro

    thank you for all, i found the solution of my question : Please find below the inter-connections between the LM400 module and your microcontroller. LM400 Interfacing processor Remarks TXD (Pin2) RXD RXD (Pin3) TXD GND(Pin12) GND Ground RTS (Pin4) CTS(Pin5) -- No Flow Control (3 wire...
  6. Z

    interfacing a module bluetooth LM400 and a microcontroller LPC2129 or any micro

    i have a problem to interface module bluetooth LM400 of LM-technologies with LPC2129. i don't found in net an example of interface this module with any microcontroller. please can you help and you give me an example of interfacing between LM400 and LPC2129 or LM400 and any microcontroller...
  7. Z

    HEX code generated by IAR EWARM 5.41 not working in proteus

    you should check the addresses of ROM and RAM in the datasheet. Then, in IAR: Project Options> linker and you change the parameter file. icf ROm_start, Rom_end, Ram_start, Ram_end following addresses indicated in the datasheet
  8. Z

    problem with .ICF FILE of IAR EWARM 5.4

    I begin to develop a program for LPC2129 with IAR EWARM 5.4 I found that there is a file. ICF when I must to configure for that the linker to the IAR generates. hex specific to my application. i have problem to understand how i can configure its parameters. i found an example of file .ICF in an...

Part and Inventory Search

Back
Top