old motherboard BIOS ic

Thread Starter

dasraiser

Joined Sep 1, 2010
5
Hi, love the site :D

im currently learning electronics and would like to get into micro controllers, i was wondering if it would be possible to use an old motherboard BIOS chip as a poor mans PIC :rolleyes: and what would be required to program and use this :confused:

any help is gratefully appreciated :D thankyou
 

GetDeviceInfo

Joined Jun 7, 2009
2,196
The BIOS is the lowest form of interface with the CPU, aside from raw assemled code. It handles the personality of the specific CPU in it's board level environment. The BIOS is a grouping of routines that typically reside in ROM. It does nothing on it's own, rather it is read and executed by the CPU.

The answer to your question is No, you cannot use it on it's own.
 

Thread Starter

dasraiser

Joined Sep 1, 2010
5
hi, ok thankyou for your quick response :D
i thought that because a bios could be updated it would be a simple matter of reprogramming it. i know from past searches it is pretty impossible to find a datasheets for them.
 

t06afre

Joined May 11, 2009
5,934
What is your budget? A cheap PIC programmer from Microchip often cost less than the component cost of a simple RS232 based DIY programmer. That may not work at all
 
Top