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

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

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

Jump to solution
906 Views
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

Labels (1)
Tags (3)
1 Solution
686 Views
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!
-----------------------------------------------------------------------------------------------------------------------

View solution in original post

4 Replies
686 Views
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.

686 Views
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 Kudos
Reply
687 Views
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!
-----------------------------------------------------------------------------------------------------------------------

686 Views
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 Kudos
Reply