Other Parts Discussed in Thread: TMS320F28379D, BOOSTXL-BUCKCONV, POWERSUITE, CONTROLSUITE, C2000WARE,
Tool/software: Code Composer Studio
Hello,
I'm using the following hardware:
TMS320F28379D LaunchPad
BOOSTXL-BUCKCONV
I'm attempting to load the example project from PowerSuite entitled "Out of box demo (Buck_VMC_F2837xS)" to simply validate the operation of both boards. I'm aware that this example project is made for a single-core Delfino MCU and not necessarily the dual-core that I have.
I seem to be able to get through the import and build process but the debug portion (that contains the loading of the program on the MCU) appears to be failing. The error I receive is as follows:
C28xx_CPU1: Error occurred during flash operation: Unknown property "FlashCoreSelection"
My guess is that it's expecting to see a single-core target and is instead seeing a dual-core. Is there any way to modify the project for this to work? Perhaps something to do with replacing the FlashProperties XML file? Thanks.
Fernando