Sign in

username:

password:



Not a member?

Search piclist



Search tips

Subscribe to piclist



piclist by Keywords

12F675 | 16F628 | 16F84 | 16f877 | 16F877A | 16F88 | 18F458 | ADC | AVR | Bootloader | CAN | CCS | CRC | EAGLE | EEPROM | ICD | ICSP | IDE | JDM | LED | Macros | Microchip | MPLAB | PCB-CAD | PIC10F | Pic12f675 | PIC16F84 | PIC16F84A | PIC16F877 | PIC18 | PIC18F452 | PicBasic | PICC | PICSTART | PWM | RS-485 | RS232 | SMT | SPI | UART | USART | USB | Wireless | Wisp628 | Xilinx

Ads

Discussion Groups

Discussion Groups | Piclist | pic equivalent for TI smj27c512

A discussion group for the PICMicro microcontroller. Also called the Microchip PIC, this list is dedicated to the use and abuse of this fine, simple, microcontroller. Close to topic posts are welcome, ie. general electronics.

pic equivalent for TI smj27c512 - mr_gees100_peas - Jun 7 15:27:37 2006

Hi,

A coleague of mine is looking for a substitude for this prom. We
are looking for a device that has the same capabilities but has the
ability to be programmed in C as opposed to editing a Hex table. Any
ideas?



to unsubscribe, go to http://www.yahoogroups.com and follow the instructions



(You need to be a member of piclist -- send a blank email to piclist-subscribe@yahoogroups.com )


Re: pic equivalent for TI smj27c512 - rtstofer - Jun 8 9:00:14 2006


The PROM doesn't know anything about languages, it is just a memory
device. In the end, you need to generate a hex file that the PROM
Programmer will accept. Many programmers accept an Intel HEX file and
these files have a specific structure for each line. Details of the
various file structures are available on the Internet.

You can generate that table with a computer program written in C or
any other language.

Richard

--- In p...@yahoogroups.com, "mr_gees100_peas" wrote:
>
> Hi,
>
> A coleague of mine is looking for a substitude for this prom. We
> are looking for a device that has the same capabilities but has the
> ability to be programmed in C as opposed to editing a Hex table. Any
> ideas?
>



to unsubscribe, go to http://www.yahoogroups.com and follow the instructions



(You need to be a member of piclist -- send a blank email to piclist-subscribe@yahoogroups.com )