The development-tools tag has no wiki summary.
1
vote
2answers
168 views
Why people choose to buy Arduino when they can get a cheaper and better dev board? [closed]
Why people choose to buy Arduino when they can get a cheaper and better dev board?
For example, Arduino Uno with ATmega328 has only 16Mhz clock speed, 32KB Flash and 16 IOs costing 20£.
Where as for ...
4
votes
3answers
119 views
Is there a PIC development tool like Texas Instruments's EZ430‑F2013 to help introduce me to PIC?
I would like to familiarize myself with Microchip's PIC product line and IDE, I don't want anything too basic or cheesy, etc. I can't seem to find a device like Texas Instruments's EZ430‑F2013 USB ...
2
votes
5answers
196 views
Multi-Core microcontroller eval boards? [closed]
Seeing as there are more and more mutli-core processors systems. I'd like to learn more about them.
What mutli-core microcontroller eval boards exist, if any?
Thanks
0
votes
0answers
165 views
sdcc - small c compiler [closed]
I am trying to install sdcc- small device c compiler to my mplab x ide. But, since I have using Ubuntu 12.04 not Windows, I could not manage to install it automatically to my mplab x ide. Can you ...
2
votes
3answers
80 views
Know any hardware for the PC to act as USB_device?
We manufacture electronic devices. Some of them has USB_host functionality. In order to test them for this functionality, we need another device (maybe pseudo device like PC) to act as the USB_device. ...
4
votes
3answers
257 views
ARM Programming interface and tool chain
I have acquired a RM48L952 that is an ARM Cortex R4F from TI and I would like to start learning ARM development with this chip. My question is can I use any JTAG programmer to program it? Something ...
-1
votes
1answer
104 views
Request for manuals
I just bought and received a NXP Cortex-M3 LPC1768 Development Board + 3.2" TFT LCD Module from eBay:
But it came without English manuals. I contacted their support, nothing they can do about it. ...
0
votes
1answer
223 views
arm design beginner question
Let me start with a disclaimer. I am a software guy who can write regular c++ or .net programs. I also write programs for arm based hand held devices using QT and C. But my idea on this electronics ...
5
votes
2answers
345 views
Free VerilogA simulators
There are plenty of free SPICE and Verilog simulators out there such as LTSPICE or TINA or even WinSPICE. There are also several Verilog simulators as well. However, I am looking for free VerilogA ...
10
votes
3answers
4k views
How do I develop for STM32 discovery on Linux?
I have an STM32 discovery board and would like to be able to program it on Linux.
What is the easiest way to do this?
5
votes
5answers
1k views
Is it going to be possible to write code in C++ for PIC microcontrollers in the future?
Is it ever gonna be possible to use C++ for coding PICs? Is there any hardware limitations that prevents us to use C++? How much the size of generated .hex file and running time of the program ...
2
votes
4answers
269 views
Essential or recommended Digital ICs for a software
I am creating a program in which circuits using (only) Digital ICs can be made. I have shortlisted around 25 ICs from the 74xx family. Some of them are
7400 (Quad 2 input NAND)
7402
7404
7408
74161 ...
0
votes
0answers
45 views
How to list all size_only cells in DesignCompiler
is there any way I can list all cells with size_only attribute?
get_cells -hier -filter "size_only==true"
is not working.
0
votes
1answer
142 views
compiling code for AT91SAM3U and basic USB stack
I am about to start working on some small application that has to run on a AT91SAM3U ARM cortex-m3 processor.
I have to main question:
what good tool suite / development kit should I use?
is it ...
1
vote
4answers
842 views
First PIC microcontroller family to learn? and resources? development board?
The only experience I have with micro controllers is with the arduino. I felt extremely limited by the arduino especially in the cases of embedded design. I'm interested in completing a number of ...