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 ShyLock

  1. S

    [SOLVED] MicroBlaze in Altium Designer

    Thanks for this, this gave me the idea to search the release note directly with the version of Altium I have right now. I just realized that Altium Release 10 have lots of sub-versions also with different compatibilities. We decided to drop the interest on MicroBlaze because of software license...
  2. S

    [SOLVED] MicroBlaze in Altium Designer

    Thanks for the clarification! =) I have switched to Altium Release 10 already. May I ask what Xilinx ISE version you're using for Altium? I'm using the 10.1 version of Xilinx, and I can't compile the project using Altium Release 10, the error said I don't have EDK installed, so I installed...
  3. S

    [SOLVED] MicroBlaze in Altium Designer

    I see I have to upgrade my Altium designer. It's a big problem, since our school only have license for Summer 09 >__< I think we have to consider using TSK3000 for now. Thank you for that! =) I have few more questions if you don't mind, this is my first time using altium, our school didn't...
  4. S

    [SOLVED] MicroBlaze in Altium Designer

    Oh I'm sorry, I misunderstood your message earlier. Thanks for clarifying. I attached the zip file of the project. =)
  5. S

    [SOLVED] MicroBlaze in Altium Designer

    Oh sorry, here it is. =) #include <stdio.h> #include <graphics.h> #include "devices.h" graphics_t *display; canvas_t *canvas; extern __no_sdata graphics_bitmap_t _lc_ub_test_bmp; // linker name for beginning of bitmap block extern __no_sdata graphics_bitmap_t _lc_ue_test_bmp...
  6. S

    [SOLVED] MicroBlaze in Altium Designer

    mine too >.< I still can't find a solution to this T___T also tried: CLOCKS_PER_SEC 50000000; clock_t 50000000; none of it works T____T
  7. S

    [SOLVED] MicroBlaze in Altium Designer

    yes, 22033 is identical to mine. where did you find the code for 22066, is this the upgraded version of altium designer? my last resort will be the TSK3000, but before settling for TSK, I really wanted to know what is the cause of such error, and if possible to fix it. Anyway, thanks to all who...
  8. S

    [SOLVED] MicroBlaze in Altium Designer

    I have all the files except for this one 'System\tasking\carm\lib\src\clockspersec.c', in that directory there is only clock.c file, i can't locate the clockspersec.c. So, I tried making a "clockspersec.c" for that folder, and tried recompiling my code, still gives me the same error message =(...
  9. S

    [SOLVED] MicroBlaze in Altium Designer

    it didn't work, still gives me the same error. I also tried the following, same result: #define CLOCKS_PER_SEC 50000000 unsigned long long __clocks_per_sec = 50000000; clock_t *clock; clock = 50000000;
  10. S

    [SOLVED] MicroBlaze in Altium Designer

    Hello! I have a problem using the MicroBlaze processor in Altium Designer. I'm trying to display a bitmap file at the built-in touchscreen LCD. When I try to compile it, it gives me this error "cmb E272: ["C:\PROGRAM FILES (X86)\ALTIUM DESIGNER SUMMER 09\Library\Software...
  11. S

    [SOLVED] HI-TECH LM35 On PIC16F877A TQFP HELP

    thank you so much! ^__^ i learned a lot here =)
  12. S

    [SOLVED] HI-TECH LM35 On PIC16F877A TQFP HELP

    thank you so much! now i get it...i was really confused with the "& 0x00FF" <--- but since its not necessary i understand now! =) thank you again XD ---------- Post added at 21:32 ---------- Previous post was at 21:06 ---------- by the way, what are the things to consider in choosing the clock...
  13. S

    [SOLVED] HI-TECH LM35 On PIC16F877A TQFP HELP

    i got confused on this part, why do you have to "and" ADRESH with 0x00FF and then move it 8 bits to the left and then "or" it with ADRESL? what kind of adc_data does the pic converted the input to? for example, if i inputted 100 degree celsius, what is the adc_data? can you please explain this...
  14. S

    LM35DZ model for proteus

    thanks for the reply, like i said, my proteus is version 6...it doesn't have lm35DZ that's why i have to download this file. =)
  15. S

    LM35DZ model for proteus

    hello! i downloaded the file and have copied the library and the model files in my proteus folder, im having this error(see attached screenshot) when i attempt to simulate it...im using proteus 6 btw, its kinda obsolete i know, but i don't have the proteus 7 as of the moment, so i need to use...

Part and Inventory Search

Back
Top