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 mmp131316

  1. mmp131316

    Problem with atmega328 boot loader arduino...

    Hello everybody, My problem is that after i upload a program unto the a atmega 328 it runs the setup part however the loop part is not run... and even more the yellow led near the L is always on... does anyone know how to solve this ...?:sad: Best regards!
  2. mmp131316

    [SOLVED] Atmega 328 with uno bootloader question

    Thanks for the reply. I have bought a new atmega 328 and uploaded some programs onto it and it works just fine ...seems that the other 2 processors that i have , "have a faulty boot loader" like you said. Thanks:-)
  3. mmp131316

    [SOLVED] Atmega 328 with uno bootloader question

    Hello everybody, i am having the following problem i am using an atmega 328 with uno bootloader and I'm uploading my programs in it with arduino programmer the problem is that after i unplug the usb(that goes into the arduino) from my computer and plug it back in the program uploaded in my...
  4. mmp131316

    Micro SD shield problem with chip kit Max32

    Hello everybody i am trying to use chip kit max32 with the sd card shield (this is the shield https://www.sparkfun.com/tutorials/172) I am making the following connections chip kit sd shield pin 50 - pin 12 pin 51 - pin 11 pin 52 - pin 13 pin 53 - pin 4 and pin 10 from the...
  5. mmp131316

    Arduino as ISP programmer for tiny 2313

    Hello everybody, i was wondering how can i use the arduino to program the tiny 2313. I have used arduino to program a tiny85 and it worked great however i downloaded some files for this microcontroler and put them in a hardware folder in my arduino projects (where the sketches are saved). I...
  6. mmp131316

    [SOLVED] Storing data into EEPROM on FPGA

    Well the simple and quick answer for this question is that i would need an external eeprom....
  7. mmp131316

    Chip Kit Max32 - The addition of new libraries

    Hello everybody, I am having a bit of a crisis...I am trying to add a new library to MP-IDE in order to make it work with a micro SD shield. The idea is that i copied the library into the library folder of the MP-IDE and it didn't work it either says that it cannot find anything or when it finds...
  8. mmp131316

    [SOLVED] UNO 32 Chip Kit question

    A low pass filter does the trick:smile:
  9. mmp131316

    [SOLVED] UNO 32 Chip Kit question

    Hello everybody, I recently got Digilents Chip Kit UNO32 board and from the board specifications and also from what i have read on different forums i have found that this board is supposed to be a lot faster than an arduino board(about 23 times faster) . However it takes about 10 seconds for it...
  10. mmp131316

    Reverting from a std_logic_vector(0 to n) to std_logic_vector(n downto 0)

    thanks for the tip:wink: however i was looking for a sort of built in function or something with which i could do this inversion in one shot
  11. mmp131316

    Reverting from a std_logic_vector(0 to n) to std_logic_vector(n downto 0)

    Hello everybody:wink:, i want to ask if anybody knows how to invert the bits order from a std_logic -vector from a 0 to n to -> n downto 0 For example i am having the signal s : std_logic_vector(0 to 3) := "1010" and i want it to be 0101 3 downto 0? Is there some kind of function?? Thanks for...
  12. mmp131316

    Floating point in VHDL and FPGA

    Fixed point is also good, and does xilinx have a library for this fixed point representation?
  13. mmp131316

    Floating point in VHDL and FPGA

    Hello everybody, Does anyone know how to implement signed floating point operations like addition or multiplication in vhdl that would be synthesizable for FPGAs? And if there aren't any libraries available any hints how to represent in vhdl(for FPGA) this floating numbers? Code samples would...
  14. mmp131316

    [SOLVED] Storing data into EEPROM on FPGA

    Hello everybody;-), Does anybody know how i could store a number to a memory and after i remove the power supply the information would still remain there for when i want to use that data again.I hope i was clear enough.
  15. mmp131316

    [SOLVED] Run a servomotor with a FPGA

    You are right however i have managed to do it :-D Thanks anyway :wink: For the ones that are still trying to do this i'll post a link where they can find the verilog implementation and a link with the vhdl implementation. fpga4fun.com - R/C Servos - here is the verilog implementation...

Part and Inventory Search

Back
Top