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 002

  1. 0

    firmware request of 90s1200 on Atmel ISP

    I need the firmware of the AT90S1200 in the Atmel ISP. Where can I find it?
  2. 0

    IAR AVR link error: Segment TINY_Z must be defined in a segment definition option

    iar linker error[e72] It must be defined in the files xxx.xcl configured in the linker options. You have used that area of memory and the compiler it asks you to define.
  3. 0

    EW AVR and interrupt ? - Didn't operat...

    tcnt0 in avr use : volatile unsigned int g_usec;
  4. 0

    NEW RTOS for PIC and AVR- JACOS with features of SALVO

    pic rtos c I work for a long time without OS with the AVRs. I don't understand to thing they serve. As it could improve my job. I get some times of pS and I perform hundreds of simultaneous controls.
  5. 0

    EW AVR and pointer - how to initialize it?

    This way it goes. char *SJA1000 = (char*)0x1100;
  6. 0

    EW AVR and pointer - how to initialize it?

    I need to read from the address 0x1100.
  7. 0

    EW AVR and pointer - how to initialize it?

    avr pointer 0x1100 How do I initialize a pointer? char *SJA1000 = 0x1100; So it doesn't go.
  8. 0

    EWAVR and micrium GUI - compilation errors

    EWAVR and micrium GUI Has someone succeeded in compiling the GUIs of the micrium? I don't succeed in resolving the errors of compilation.
  9. 0

    fluke and flukeview - PC connecting

    fluke and flukeview I have the flukeview demo and fluke187 tester. I don't succeed in connecting the PC with the tester. Can a whatever infrared port be used? Or does it serve the special cable?
  10. 0

    in EWAVR Error[Pe095]: array is too large

    iar avr too big array From the manual Keyword _____ Max. object size __ Pointer size ____ Address range __tinyflash ___ 127 bytes ________ 1 byte ________ 0x0–0xFF __flash ______ 32 Kbytes ________ 2 bytes _______ 0x0–0xFFFF __farflash ____ 32 Kbytes ________ 3 bytes _______ 0x0–0x7FFFFF...
  11. 0

    in EWAVR Error[Pe095]: array is too large

    iar compiler array too large :!: ATmega128 :!: 8) Tanks
  12. 0

    in EWAVR Error[Pe095]: array is too large

    iar pe095 Ok. Thanks for the help. I attach the complete project.
  13. 0

    in EWAVR Error[Pe095]: array is too large

    error[pe095]: array is too large :? Attacched files full and files quarter. :? :D To who serves I have made a program that the fileses convert. wav in files. h with vocal array. :D
  14. 0

    in EWAVR Error[Pe095]: array is too large

    iar array too large sure. this is the result with the array reduced to a quarter. 6 908 bytes of CODE memory (88 range fill) 857 bytes of DATA memory 41 bytes of XDATA memory 26 492 bytes of FARCODE memory I don't understand the use of size_t, if it serves.
  15. 0

    in EWAVR Error[Pe095]: array is too large

    iar array is too large I try to compile an array of 80K. The micro one has 130k. The compiler is EWAVR 2.28A The option as set on V3 ( 1FFFF of code space) __farflash unsigned char Parl[] = { The compiler signals me the following error: ..\Parl.h (2049) : Error[Pe095]: array is too...

Part and Inventory Search

Back
Top