This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AFE4403EVM Firmware Modification

Other Parts Discussed in Thread: AFE4403EVM, AFE4403

I am trying to modify the firmware for the AFE4403EVM using Code Composer Studio V6.2. I downloaded the source files into the default directory of C:\AFE4403EVMFWSRC-v2.3. I then start up CCS and point the default directory to a different directory.  This second directory is empty.  I then import the project with "Automatically import referenced projects found in same search-directory" checked and "Copy projects into workspace" checked. The project appears to import properly, however when I choose to "Clean" the project, it cleans and then builds the project, and the project will not build all the way due to the fact that it can't find the project include files and libraries.

When I use the above directions to attempt to do the same thing for the AFE4403 Wristwatch EVM code (it places the source code into C:\WristWatchFactoryFWSRC-v2.3), everything cleans and compiles nicely.  I believe there must be a setting somewhere in the AFE44023EWVM project that is not set properly like it is in the WristWatch code.  Can someone help me figure out what I am doing wrong or what setting needs to be corrected?

     Thanks

  • Hello Blaine,

    The three directories in the project AFE4403, USB and HAL lost the linking to the project.

    You can change the linking to the folders by right clicking on the respective directory (AFE4403, USB and HAL), click on
    Properties, click on Resource on the left column, click on Edit and point to the correct location in your workspace.
  • First, I want to thank you for helping. You were right about the 3 directories. However, once I corrected that, I then got an error that the system couldn't find the "libmath.a" file. I suspect there are additional settings that need to be changed other than the 3 directory linkings.

    I have a 2 part question:

    1. Would it be possible for you to download and install the source code and CCS 6.2 to a system that has never seen these files? Next, could you go through the process of compiling the code and create a full list of all settings that need to be changed so that the compiler will complete a full build and not have any errors? Can you then post the full list of setting changes on this thread?

    2. Once the compiler has no errors, I need to make sure that it create a ".txt" file that I can install onto the AFE4403EVM board. So I would also appreciate knowing any required settings to produce this file.

    Thanks in advance !