Yahoo Groups archive

Lpc2000

Index last updated: 2026-04-28 23:31 UTC

Message

Re: [lpc2000] [gcc] linker script for data in eeprom/fram spi

2005-07-05 by 42Bastian Schick

Jaromir

Maybe try NOLOAD
> FRAM_SPI :
> {
> *(.fram)
> } >fram_spi

FRAM_SPI NOLOAD:
{
*(.fram)
  } >fram_spi

> But lpc21isp and philips isp  throw some errors:
>
> lpc21isp(v1.27) : Record Type 04 not yet implemented - ignore?
>
> philips flash utility:
> "Code in Hex file exceeds Flash Limitations"

If NOLOAD does not work use objcopy to remove the FRAM_SPI section from 
the ELF
before downloading.


-- 
42Bastian Schick

Attachments

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.