What are the rules to build your own software program from a open computer chip?
Can you please help. But first let me explain that, do you have to burn the chips onto the dive? Or buy one_? I'll write more later...
4 Answers
- Spock (rhp)Lv 76 months ago
[sigh] you know so little that i can only recommend you begin studying at your local community college
- StarryskyLv 76 months ago
How are you opening the computer chip--screwdriver, pliers, X-Acto knife, or hammer? What type of "chip" is it? What software program do you want to "build"?
Have you ever taken a "dive" with any burning chips before? What did you dive into?
Give more details.
- Robert JLv 76 months ago
You need to give a lot more information about what "chip" you want to use & what for?
"Burn the chips onto the drive" makes no sense, sorry..
If you are writing a program for a PC, then it is just software you write and run.
If you want to program a microcontroller such as PIC, then you buy the appropriate PIC IC (chip), write the program using a suitable editor and assembler or compiler; MPLab X for the PIC series, here:
https://www.microchip.com/mplab/mplab-x-ide
Then transfer the program to the IC using a programmer such as a PICKIT 3 or now PICKIT 4.
https://www.ebay.co.uk/itm/PICKIT3-Programmer-Univ...
Example PIC microcontrollers:
https://www.digikey.com/product-detail/en/microchi...
https://www.digikey.com/product-detail/en/microchi...
https://www.digikey.co.uk/product-detail/en/microc...
For different makes of microcontroller, you use different software packages.
eg. for the Arduino modules, you use this:
https://www.arduino.cc/en/main/software
That allows you to program arduino modules such as these:
https://www.sparkfun.com/products/11021
And there are many more makes and types.