Other Parts Discussed in Thread: UNIFLASH, CONTROLSUITE
Tool/software: Code Composer Studio
1. Could you advice please, what can we do to start getting PWM from CPU?
Regarding the question: we flashed CPU successfully and managed connect CPU to GUI (we observe monitoring voltages at its menu and the output voltage is 0). When sampling PWM outputs by oscilloscope no any output signal is observed (P00 to P07 at HVPSFB controller board). CPU was flashed by HVPSFB_PCMC.out through uniflash. J1 and R6 are removed as directed in manual.
2. When trying to compile and build all through code composer, there is no .out file generated.
We will appreciate your assistance to get Code Composer properly installed or fixed maybe.
Then we getting the following log:
"../F28027_FLASH_HVPSFB.CMD", line 26: error: BOOT_RSVD memory range overlaps
existing memory range BEGIN
"../F28027_FLASH_HVPSFB.CMD", line 28: error: progRAM memory range overlaps
existing memory range PRAML0
"../F28027_FLASH_HVPSFB.CMD", line 35: error: BEGIN memory range has already
been specified
"../F28027_FLASH_HVPSFB.CMD", line 38: error: IQTABLES memory range has already
been specified
"../F28027_FLASH_HVPSFB.CMD", line 38: error: IQTABLES memory range overlaps
existing memory range IQTABLES
"../F28027_FLASH_HVPSFB.CMD", line 39: error: IQTABLES2 memory range has
already been specified
"../F28027_FLASH_HVPSFB.CMD", line 39: error: IQTABLES2 memory range overlaps
existing memory range IQTABLES2
"../F28027_FLASH_HVPSFB.CMD", line 40: error: IQTABLES3 memory range has
already been specified
"../F28027_FLASH_HVPSFB.CMD", line 40: error: IQTABLES3 memory range overlaps
existing memory range IQTABLES3
"../F28027_FLASH_HVPSFB.CMD", line 42: error: BOOTROM memory range has already
been specified
"../F28027_FLASH_HVPSFB.CMD", line 42: error: BOOTROM memory range overlaps
existing memory range BOOTROM
"../F28027_FLASH_HVPSFB.CMD", line 43: error: RESET memory range has already
been specified
"../F28027_FLASH_HVPSFB.CMD", line 43: error: RESET memory range overlaps
existing memory range RESET
"../F28027_FLASH_HVPSFB.CMD", line 51: error: RAMM1 memory range has already
been specified
"../F28027_FLASH_HVPSFB.CMD", line 51: error: RAMM1 memory range overlaps
existing memory range RAMM1
"../F28027_FLASH_HVPSFB.CMD", line 53: error: dataRAM memory range overlaps
existing memory range DRAML0
warning: creating output section "EmuKeyVar" without a SECTIONS specification
warning: creating output section "PartIdRegsFile" without a SECTIONS
specification
warning: creating output section "EmuBModeVar" without a SECTIONS
specification
warning: creating output section "FlashScalingVar" without a SECTIONS
specification
warning: creating output section "FlashCallbackVar" without a SECTIONS
specification
warning: creating output section "SysPwrCtrlRegsFile" without a SECTIONS
specification
warning: creating output section "DevEmuRegsFile" without a SECTIONS
specification
warning: creating output section "FlashRegsFile" without a SECTIONS
specification
warning: creating output section "CpuTimer0RegsFile" without a SECTIONS
specification
warning: creating output section "CpuTimer1RegsFile" without a SECTIONS
specification
warning: creating output section "CpuTimer2RegsFile" without a SECTIONS
specification
warning: creating output section "CsmPwlFile" without a SECTIONS specification
warning: creating output section "GpioIntRegsFile" without a SECTIONS
specification
warning: creating output section "SpiaRegsFile" without a SECTIONS
specification
warning: creating output section "SciaRegsFile" without a SECTIONS
specification
warning: creating output section "NmiIntruptRegsFile" without a SECTIONS
specification
warning: creating output section "CsmRegsFile" without a SECTIONS
specification
warning: creating output section "XIntruptRegsFile" without a SECTIONS
specification
warning: creating output section "Comp2RegsFile" without a SECTIONS
specification
warning: creating output section "Comp1RegsFile" without a SECTIONS
specification
warning: creating output section "PieCtrlRegsFile" without a SECTIONS
specification
warning: creating output section "SysCtrlRegsFile" without a SECTIONS
specification
warning: creating output section "GpioDataRegsFile" without a SECTIONS
specification
warning: creating output section "ECap1RegsFile" without a SECTIONS
specification
warning: creating output section "AdcResultFile" without a SECTIONS
specification
warning: creating output section "I2caRegsFile" without a SECTIONS
specification
warning: creating output section "EPwm3RegsFile" without a SECTIONS
specification
warning: creating output section "EPwm2RegsFile" without a SECTIONS
specification
warning: creating output section "EPwm4RegsFile" without a SECTIONS
specification
warning: creating output section "EPwm1RegsFile" without a SECTIONS
specification
warning: creating output section "GpioCtrlRegsFile" without a SECTIONS
specification
warning: creating output section "AdcRegsFile" without a SECTIONS
specification
warning: creating output section "PieVectTableFile" without a SECTIONS
specification
"../28027_RAM_lnk.cmd", line 122: error: program will not fit into available
memory. placement with alignment/blocking fails for section ".text" size
0x13ed page 0. Available memory ranges:
PRAML0 size: 0x900 unused: 0x900 max hole: 0x900
error: errors encountered during linking; "HVPSFB_PCMC.out" not built
>> Compilation failure
makefile:151: recipe for target 'HVPSFB_PCMC.out' failed
gmake: *** [HVPSFB_PCMC.out] Error 1
gmake: Target 'all' not remade because of errors.
**** Build Finished ****

