Part Number: DRV8301-HC-C2-KIT
Other Parts Discussed in Thread: CONTROLSUITE, DRV8301
Tool/software: Code Composer Studio
Hi I am trying to work though a controlSuite project using a dev kit but running in to an issue that I hope someone might be able to shed some light on.
I have a DRV8301-HC-EVM Rev D with a DRV8301 control card
I am using CCS7 (7.2.0.00013)
I am following the instructions from Control Suite in:
DRV8301-HC-C2-KIT_HWGuide.pdf
and
DRV8301-HC-C2-KIT_HowToRunGuide.pdf
I have defined a target configuration as instructed
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <configurations XML_version="1.2" id="configurations_0"> <configuration XML_version="1.2" id="Texas Instruments XDS100v1 USB Debug Probe_0"> <instance XML_version="1.2" desc="Texas Instruments XDS100v1 USB Debug Probe_0" href="connections/TIXDS100usb_Connection.xml" id="Texas Instruments XDS100v1 USB Debug Probe_0" xml="TIXDS100usb_Connection.xml" xmlpath="connections"/> <connection XML_version="1.2" id="Texas Instruments XDS100v1 USB Debug Probe_0"> <instance XML_version="1.2" href="drivers/tixds100c28x.xml" id="drivers" xml="tixds100c28x.xml" xmlpath="drivers"/> <instance XML_version="1.2" href="drivers/tixds100cla.xml" id="drivers" xml="tixds100cla.xml" xmlpath="drivers"/> <platform XML_version="1.2" id="platform_0"> <instance XML_version="1.2" desc="TMS320F28035_0" href="devices/f28035.xml" id="TMS320F28035_0" xml="f28035.xml" xmlpath="devices"/> </platform> </connection> </configuration> </configurations>
- testing this with the "TestConnection" button proves successful when I have provided 24V to the EVM board
Scan tests: 6, skipped: 0, failed: 0
All of the values were scanned correctly.
The JTAG DR Integrity scan-test has succeeded.
Thus I believe I have the hardware correctly configured (e.g SW3 is ON )
I am trying the PM Sensorless project and I have set the Active Build Configuration to DRV8301_F2803x_RAM.
The compilation succeeds at BUILD_LEVEL 1 with only two warnings.
"build attribute vendor section TI missing in"
"This project was created using a version of compiler that is not currently installed - 5.2.10 [C2000]. Another version of the compiler will be used during build - 16.9.3.LTS."
- i suspect these might be due to the age of the reference code
When I hit debug:
- the persepctive changes
- The code appears to load (from the updating windows shown)
- However I am not persented with any code to step through:
PM_Sensorless [Code Composer Studio - Device Debugging]
Texas Instruments XDS100v1 USB Debug Probe_0/C28xx (Suspended - SW Breakpoint)
0x3FF599 (no symbols are defined)
Texas Instruments XDS100v1 USB Debug Probe_0/CLA_0 (Disconnected : Unknown)
watching the disassembler it is simply alternating between two lines:
3ff599: 7625 ESTOP0
3ff59a: 6FFF SB -1, UNC
I would be grateful for any suggestions as to anything I might have missed? or for recommendations as to how to debug this and proceed?
Kind regards,
- Richard