Cyclone Max Image Creation for k60

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Cyclone Max Image Creation for k60

775件の閲覧回数
MatthewScott_DE
Contributor II

I'm trying to configure our new cyclone max programmer for manufacturing to easily program a board with a k60 processor but it expects the elf file to be in Big Endian.  I'm very sure that the ARM architecture is based on Little Endian.  Does anyone know how to create a Big Endian file that can properly program the k60?

0 件の賞賛
3 返答(返信)

481件の閲覧回数
ndavies
Contributor V

The programmer doesn't normally care about the endianness of the file to be programmed. It just wants the file to have the bytes to be programmed in the order they are to appear in memory. The endianness of the file is set by the compiler/linker.

The only time the programmer would care, is if it needs to separately update a field in the file such as the version number. Only then does it need to know if that data is big or little endian.

0 件の賞賛

481件の閲覧回数
Hui_Ma
NXP TechSupport
NXP TechSupport

Hi Scott,

You can select to program S19 format image to Kinetis chip via P&E Cyclone Max tool.

I have tried on my site and it does work.

Below picture is my test environment:

connection.jpg

The CodeWarrior project also could generate S19 format image, you can check below thread about how to generate S19 image with CW project.

https://community.freescale.com/thread/317334

Wish it helps.

Best regards,

Ma Hui

0 件の賞賛

481件の閲覧回数
Hui_Ma
NXP TechSupport
NXP TechSupport

Hi Scott,

I will check this thread and will let you know when there with any updated info.

Thank you for the patience.

Best regards,

Ma Hui

0 件の賞賛