License size restriction error

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

License size restriction error

291 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by dbailey on Thu May 05 15:42:36 MST 2011
I have been developing a piece of software that runs on an LPC1758 processor.  I am using LPCXpresso 3.8.1 (Build 117) running on Ubuntu 10.04 (kernel 2.6.32-27-generic)

Until today, I have had no problems with this code.  Now when I try to debug my code I get a size limitation error as follows: 

Target reported errors:
Reason: License restriction: Flash Image is too large for this license

The code has not changed overnight but the ability to load it and run it has.

My code module is 50656 bytes as indicated by the arm-none-eabi-size application:

arm-none-eabi-size nxp_lpc17xx_bootloader.axf; arm-none-eabi-objcopy -O binary nxp_lpc17xx_bootloader.axf nxp_lpc17xx_bootloader.bin ; checksum -p LPC1758 -d nxp_lpc17xx_bootloader.bin;  arm-none-eabi-objcopy -I binary -O ihex nxp_lpc17xx_bootloader.bin nxp_lpc17xx_bootloader.hex
   text       data        bss        dec        hex    filename
  49004        696        956      50656       c5e0    nxp_lpc17xx_bootloader.axf
Created checksum 0x52e8fdef in nxp_lpc17xx_bootloader.bin at offset 0x1c


When I display the Help->Product activation->Display license type I get:

license type: FULL
Debug limit: 128K
A FULL copy of LPCXpresso may be used for production

When I run the debugger in diagnostics mode I get:

$ crt_emu_cm3_nxp -info-license
Ni: LPCXpresso Debug Driver v2.0 (Dec 13 2010 09:27:36)

I have uploaded my /usr/share/LPCXprresso directory for your inspection.

Why is this happening?  My code size clearly fits within the 128KB limit. Is this a known bug?  What are my options?
0 Kudos
2 Replies

274 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by larryvc on Thu May 05 16:40:16 MST 2011

Quote: dbailey
I reactivated my product and I am no longer encountering these issues.  Why I had to do that, I have no idea.



Maybe the IDE also watched too much M.A.S.H.:D

[FONT=Courier New][SIZE=2]void suicide_is_painless(void){}[/SIZE][/FONT]
[FONT=Courier New][SIZE=2][/SIZE][/FONT]
Glad you resolved the issue.
0 Kudos

274 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by dbailey on Thu May 05 16:08:11 MST 2011
I reactivated my product and I am no longer encountering these issues.  Why I had to do that, I have no idea.
0 Kudos