LPCXPRESSO 8.0.0 bin file generation issue

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

LPCXPRESSO 8.0.0 bin file generation issue

10,475 Views
ppgg
Contributor I

Hi, I'm using LPCOpen / LPCXpresso 8.0.0 and LPC4357 dual core application. I'm trying to create the .bin file with the post build options (the standard ones suggested by LPCXpresso). The instructions are: arm-none-eabi-size "${BuildArtifactFileName}" arm-none-eabi-objcopy -v -O binary "${BuildArtifactFileName}" "${BuildArtifactFileBaseName}.bin" checksum -p ${TargetChip} -d "${BuildArtifactFileBaseName}.bin" The M4 code compiles and runs correctly but the .bin file is large 16MB, way bigger than it should be. I tried also with simple M4 dual core examples codes. The bin file of all M4 dual core codes is always 16MB large. Do you know how I can solve this issue? Thanks Pietro

0 Kudos
9 Replies

1,172 Views
thefallguy
Contributor IV

LPCXpresso support: You said: "There is no reason that the M4 and M0 binary data could not be located in a single flash device."

There is very good reason why you would not locate them into a single flash - memory contention. If you have both cores running from a single flash, the performance of both with drop off of a cliff.

0 Kudos

1,172 Views
ppgg
Contributor I

Thanks to all for the clarification.

I've another question: I'm interested only in the M4 part of the bin file

so, is there a way to understand where's tha last valid byte of M4 code and

where the hole of "zeros" start inside the bin file? In this way I can

easily take only the first N data of the bin file.

Thank you!

Regards

Pietro

On Mon, Jun 20, 2016 at 11:46 AM, thefallguy <admin@community.freescale.com>

0 Kudos

1,172 Views
lpcxpresso_supp
NXP Employee
NXP Employee

Hi,

The issue here doesn't relate to Multi-Core projects, rather the suitability of a binary file format to export data from a project that spans multiple flash devices. The example described in the FAQ LPC43xx Cortex-M4 / M0 Multicore Applications  discusses a variety of possibilities for the memory that could be used. There is no reason that the M4 and M0 binary data could not be located in a single flash device.

Furthermore, the scheme described leads to the creation of a single executable (.axf) that can be programmed into flash in a single operation. This is a convenience only, there is no reason that the executables for the M4 and M0 have to be contained within a single .axf file.

Yours,

LPCXpresso-Support

0 Kudos

1,172 Views
thefallguy
Contributor IV

That is correct. It is not a fault of LPCXpresso, it is just the nature of a bin file. Why not create SREC or other format that supports addresses and thus will not include the holes?

0 Kudos

1,172 Views
lpcware
NXP Employee
NXP Employee
bump
0 Kudos

1,172 Views
ppgg
Contributor I

Thank you for the info "The Fall Guy".

If I understand correctly the situation, it seems that if I follow the

standard procedure (related to the link pointed out by NXP) to manage dual

core projects, there's no way to have a meaningful bin file.

If I use the "mo image loader instructions", like in the examples

"dc_sa_blinky", "dc_sa_msc_ram" and "dc_sa_webserver", I can have the

correct M4 and m0 bin files.

Thanks

Pietro

On Sun, Jun 19, 2016 at 3:13 AM, lpcware <admin@community.freescale.com>

0 Kudos

1,172 Views
thefallguy
Contributor IV

This was answered in the 'old' forum at

Large Binary output file size | www.LPCware.com

It has probably also been migrated to this forum, but search doesn't seem as good...

0 Kudos

1,172 Views
brendonslade
NXP TechSupport
NXP TechSupport

Thanks Fall Guy for responding to this ... we did migrate the FAQs (the solution pointed to on LPCWare references an FAQ). All FAQs will re-drect to this site now, but the one referenced is this one (for your convenience): LPC43xx Cortex-M4 / M0 Multicore Applications

We'll look into the search issue...

0 Kudos

1,172 Views
brendonslade
NXP TechSupport
NXP TechSupport

Turns out the posting Fall Guy was pointing to was moved into the LPC43xx folder of the LPC forum. Its been moved to LPCXpresso IDE now and can be found with a search.

Also, if you search you can remove the (default) limitation to only search the forum you are currently in, thereby including all the forums on the NXP community site. This allows you to search the LPC and LPCXpresso forums at the same time. See the "Restrict results by" section on the bottom left of the screenshot below. 

pastedImage_0.png

0 Kudos