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.

IWR1443BOOST: how to reconfigure IWR1443boost?

Part Number: IWR1443BOOST
Other Parts Discussed in Thread: IWR1443

Hi Dave,

I try to reconfigure IWR1443boost, I change the configuration in common.h, and try build and debug "msp_level_sense_demo", I get error "van not connect to the target, The SOP2 jump is on. Do you know why?

Thanks

Fengerror.docxng

  • Hi Feng,

    You are referring to to Level Sensing demo specifically. If you change anything in demo_common.h you will need to rebuild both demo images. However, none of the #defines in this file will affect the ability to connect the MSP432 to a host computer. Why do you have the SOP2 jumper on if you are not flashing?

    -dave
  • Hi Dave,
    I tried without SOP2 jump, it did not work, so I put jump on. I tried to build "level_sense_demo", but it is not a active project, so I built _msp_level_sense_demo, I get the error. How do you build a non active project?

    Thanks,
    Feng
  • Hi Dave,
    What is the best way to reconfigure IWR1443boost for low power operation with MSP432 being used (not through mmWave demo Visualizer")?

    Thanks,
  • Feng,

    You should always be able to right click on the project name (in the Project Explorer) and select "Build Project" from the drop-down menu. To make the project active, simply click on the project name and it will be highlighted in blue.

    >What is the best way to reconfigure IWR1443boost for low power operation with MSP432

    I'm not sure what you're asking specifically. For building and flashing, the design guide lists the correct steps. If you are creating a new chirp config, you'll need to update iwr1443/inc/demo.h, and iwr1443/src/demo.c (demo_staticConfig() and possibly more), then rebuild/reflash the IWR1443.

    -dave
  • Hi Dave,

    When I click the project "level_sense_demo" it does not show "active debug" after the project name, if build the project by right click build, it does not do anything, the build button also in gray, if I click any other project, it shows "Active debug", it also shows the response after right click "build" or click "build button", do you know why?

    Thanks,

  • I checked the project "level_sense_demo" property, it does not show "general", so no debug active, it also do not have build configuration, does this mean "level_sense_demo" can not run by itself, it has to build with "msp_level_sense_demo" project together?

    Thanks
  • Hi Feng,

    These are simple CCS usage issues that should be handled by your local FAE, and are off-topic for this forum and this thread.  There is also a CCS forum for such questions.

    That said, you seem to be confusing Build Configuration with the active project.  Right click on level_sense_demo (or msp_level_sense_demo, as they are independent projects) in the Project Explorer, then select Build Configurations -> Set Active -> Debug.

    If there are no more questions on this thread, let's close it.

    Thanks, dave

  • for the project "level_sense_demo", if selecting "Build Configuration" the "Set Active" also not in active mode (in gray), it can not be selected, I tried all of these, something are wrong with these DEMO projects, if you set up a weBex, I can share the screen with you
  • Closing this ticket as it pertains to building, which has been solved.