Flash Magic Forum

In-System Programming Support => LPC9xx/LPC9xxx => Topic started by: yasingol on June 10, 2016, 07:16:03 AM

Title: lpc 925 device does support operation (program additional security)
Post by: yasingol on June 10, 2016, 07:16:03 AM
I am using tx_miniicp   

when I push start button, device started programming. when address came 0x1b40  flash magic software gave on the screen below message

device does support operation (program additional security)

what is the problem?

Thanks for interested
Title: Re: lpc 925 device does support operation (program additional security)
Post by: Andy Ayre on June 13, 2016, 12:20:14 AM
Open your hex file in Notepad and look to see if it has any records at the top of the 16-bit address spae, e.g. 0xFF00 and higher. If so then those are used to program things like additional security bits. This data is likely being generated by your startup code, so you will need to modify or comment it out there.

Andy
Title: Re: lpc 925 device does support operation (program additional security)
Post by: yasingol on June 15, 2016, 06:19:38 AM
code 8kb but   hexcode of lpc925

if  any small hex file upload in the flash everthink ok

but orginal hex file can't upload

hex file is inpossible to do modify

what can ı do
Title: Re: lpc 925 device does support operation (program additional security)
Post by: Andy Ayre on June 15, 2016, 07:26:37 AM
This data is likely being generated by your startup code, so you will need to modify or comment it out there.

Andy