Hello,
I bought a TMDSHVPSFBKIT ( Phase Shifted Full Bridge Developers Kit ) and downloaded the example project HVPSFB_PCMC from the controlSuite.
As I looked up in the project properties the controller is set to TMS320F28035.
If I change that to the correct processor TMS320F28027 I am not able to comile the project anymore, since the memory settings doesn't fit anymore.
here some errors I get:
"../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
Thanks for your help and kind regards
K.M.