Freedom board KL26Z128, error: - No source available for "0x000006F4 (0x000006F4)() ".....

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

Freedom board KL26Z128, error: - No source available for "0x000006F4 (0x000006F4)() ".....

ソリューションへジャンプ
1,065件の閲覧回数
omarvallecasas
Contributor III

Hi, we're with several Freedom boards KL26Z128, and we are presenting the following problem trying to program it. We're using Codewarrior for MCU version 10.6, we created a project with the MCU template and we build it and debug it. Now, when using Target task for Flash Programming we get this error: - No source available for "0x000006F4 (0x000006F4)() " -.

Our goal is to program the Freedom board Kinetics FRDM-KL26Z128 with gyro adition by SPI and FXOS8700CQ tilt-compensated compass for Sensor Fusion using this board.

Could someone give us a clue?

 

22486_22486.jpgCW KL26Z.jpg

ラベル(1)
タグ(3)
1 解決策
845件の閲覧回数
Hui_Ma
NXP TechSupport
NXP TechSupport

Hi Omar,

If you have updated the CodeWarrior Processor Expert tool? I downloaded your attached Project8 and also could not debug.

Please try to update the Processor Expert tool with CodeWarrior V10.6.

And could you try attached project, which could be debugged.

Wish it helps.


Have a great day,
Ma Hui

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

元の投稿で解決策を見る

4 返答(返信)
845件の閲覧回数
ndavies
Contributor V

Did you flash in a binary file instead of an ELF file? The error is telling you the debugger doesn't know how to connect the executable in flash with the appropriate source files. The elf format contains the links between the instruction addresses in the MCU and the source files you have on your computer. A binary file does not contain that lookup information.

Did you write this section of code? Even in a correctly built elf file there will be some sections of code that don't have source file links. These will be in executable object libraries that were included in the final executable.

845件の閲覧回数
omarvallecasas
Contributor III

Hi Davies, here in Lab we're trying to evaluate the board with the debuging and flashing of a base program created from the template (we didn't modified its source), for further modification according to desired application. We're putting the code and a picture, where it can be seen the .elf file, so we think we aren't flashing in a binary file, maybe there's other little thing we don't see.

Thanks for your quick aswer!!!

CW KL26Z_2.jpg

0 件の賞賛
返信
846件の閲覧回数
Hui_Ma
NXP TechSupport
NXP TechSupport

Hi Omar,

If you have updated the CodeWarrior Processor Expert tool? I downloaded your attached Project8 and also could not debug.

Please try to update the Processor Expert tool with CodeWarrior V10.6.

And could you try attached project, which could be debugged.

Wish it helps.


Have a great day,
Ma Hui

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

845件の閲覧回数
omarvallecasas
Contributor III

Thanks you Ma Hui, it was missing a update. Thanks to you we make our first debug with CW, now we're trying to implement the Magnetometer-Accelerometer routine, additioning one  SPI or I2C Gyroscope, to the KL26Z128. If you know some tips, we really will appreciate.

Omar

0 件の賞賛
返信