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.

CCS/AFE4300EVM-PDK: Creating and uploading new firmware.

Part Number: AFE4300EVM-PDK
Other Parts Discussed in Thread: AFE4300

Tool/software: Code Composer Studio

I`m starting to use the AFE4300EVM-PDK . I would like to make a new code for using the AFE4300 using the MMB3 board. So, based on this post I`ve created an CCS project for MSP430F449 and uploaded the code available on AFE4300EVM-PDK Firmware Source v1.0 and then edit the code for the purpose of my project. When I build it everything works well. But when I try to load the firmware to the MMB3 board I receive a “No USB FET was found”. Does it mean that I need something more than the AFE4300EVM-PDK (AFE4300 board + MMB3 + USB cable)?

Based on this other post I thought I could use the AFE4300_Firmware_Programmer.zip available on Amy Schnoor`s answer to upload an edit firmware, but when I build the project in CCS it does not generate an .a43 file to upload.

So basically I would like to know how can I make a new code for the board AND HOW TO UPLOAD IT (If possible step by step) using CSS or any other tool. And would like to check if any other hardware is needed to accomplish it.