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 SchickMessage
Re: [lpc2000] [gcc] linker script for data in eeprom/fram spi
2005-07-05 by 42Bastian Schick