флаг определяет -- есть ли защита по температуре
This commit is contained in:
parent
f863d6546c
commit
f234785242
@ -26,6 +26,8 @@
|
|||||||
#include "eqep.h"
|
#include "eqep.h"
|
||||||
#include "vector.h"
|
#include "vector.h"
|
||||||
|
|
||||||
|
volatile uint16_t ControlTemperatureOn = 1;
|
||||||
|
|
||||||
void main(void)
|
void main(void)
|
||||||
{
|
{
|
||||||
asm (" NOP");
|
asm (" NOP");
|
||||||
@ -39,7 +41,7 @@ void main(void)
|
|||||||
FMSTR_Poll();
|
FMSTR_Poll();
|
||||||
#endif
|
#endif
|
||||||
SyncPWMFonRun();
|
SyncPWMFonRun();
|
||||||
if(geteqepTemperature() > 80) vectorFault();
|
if(ControlTemperatureOn) {if(geteqepTemperature() > 80) vectorFault();}
|
||||||
if(fault_read_check()) fault_read_ports();//вынесено сюда, так как нельзя вызывать в прерывании,так как не будет считать таймер таймаута
|
if(fault_read_check()) fault_read_ports();//вынесено сюда, так как нельзя вызывать в прерывании,так как не будет считать таймер таймаута
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -4,104 +4,130 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<configuration XML_version="1.2" id="Texas Instruments XDS100v2 USB Debug Probe_0">
|
<configuration XML_version="1.2" id="Texas Instruments XDS100v2 USB Debug Probe_0">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<instance XML_version="1.2" desc="Texas Instruments XDS100v2 USB Debug Probe_0" href="connections/TIXDS100v2_Connection.xml" id="Texas Instruments XDS100v2 USB Debug Probe_0" xml="TIXDS100v2_Connection.xml" xmlpath="connections"/>
|
<instance XML_version="1.2" desc="Texas Instruments XDS100v2 USB Debug Probe_0" href="connections/TIXDS100v2_Connection.xml" id="Texas Instruments XDS100v2 USB Debug Probe_0" xml="TIXDS100v2_Connection.xml" xmlpath="connections"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<connection XML_version="1.2" id="Texas Instruments XDS100v2 USB Debug Probe_0">
|
<connection XML_version="1.2" id="Texas Instruments XDS100v2 USB Debug Probe_0">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<instance XML_version="1.2" href="drivers/tixds100v2icepick_c.xml" id="drivers" xml="tixds100v2icepick_c.xml" xmlpath="drivers"/>
|
<instance XML_version="1.2" href="drivers/tixds100v2icepick_c.xml" id="drivers" xml="tixds100v2icepick_c.xml" xmlpath="drivers"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<instance XML_version="1.2" href="drivers/tixds100v2c28x.xml" id="drivers" xml="tixds100v2c28x.xml" xmlpath="drivers"/>
|
<instance XML_version="1.2" href="drivers/tixds100v2c28x.xml" id="drivers" xml="tixds100v2c28x.xml" xmlpath="drivers"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<instance XML_version="1.2" href="drivers/tixds100v2cla2.xml" id="drivers" xml="tixds100v2cla2.xml" xmlpath="drivers"/>
|
<instance XML_version="1.2" href="drivers/tixds100v2cla2.xml" id="drivers" xml="tixds100v2cla2.xml" xmlpath="drivers"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<instance XML_version="1.2" href="drivers/tixds100v2cs_child.xml" id="drivers" xml="tixds100v2cs_child.xml" xmlpath="drivers"/>
|
<instance XML_version="1.2" href="drivers/tixds100v2cs_child.xml" id="drivers" xml="tixds100v2cs_child.xml" xmlpath="drivers"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<instance XML_version="1.2" href="drivers/tixds100v2cs_dap.xml" id="drivers" xml="tixds100v2cs_dap.xml" xmlpath="drivers"/>
|
<instance XML_version="1.2" href="drivers/tixds100v2cs_dap.xml" id="drivers" xml="tixds100v2cs_dap.xml" xmlpath="drivers"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<instance XML_version="1.2" href="drivers/tixds100v2cortexM.xml" id="drivers" xml="tixds100v2cortexM.xml" xmlpath="drivers"/>
|
<instance XML_version="1.2" href="drivers/tixds100v2cortexM.xml" id="drivers" xml="tixds100v2cortexM.xml" xmlpath="drivers"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<instance XML_version="1.2" href="drivers/tixds510ajsm.xml" id="drivers" xml="tixds510ajsm.xml" xmlpath="drivers"/>
|
<instance XML_version="1.2" href="drivers/tixds510ajsm.xml" id="drivers" xml="tixds510ajsm.xml" xmlpath="drivers"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<platform XML_version="1.2" id="platform_0">
|
<platform XML_version="1.2" id="platform_0">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<instance XML_version="1.2" desc="TMS320F28388D_0" href="devices/f28388d.xml" id="TMS320F28388D_0" xml="f28388d.xml" xmlpath="devices"/>
|
<instance XML_version="1.2" desc="TMS320F28388D_0" href="devices/f28388d.xml" id="TMS320F28388D_0" xml="f28388d.xml" xmlpath="devices"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<device HW_revision="1" XML_version="1.2" description="" id="TMS320F28388D_0" partnum="TMS320F28388D" simulation="no">
|
<device HW_revision="1" XML_version="1.2" description="" id="TMS320F28388D_0" partnum="TMS320F28388D" simulation="no">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<router HW_revision="1.0" XML_version="1.2" description="ICEPick_C router" id="IcePick_C_0" isa="ICEPICK_C">
|
<router HW_revision="1.0" XML_version="1.2" description="ICEPick_C router" id="IcePick_C_0" isa="ICEPICK_C">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<subpath id="Subpath_1">
|
<subpath id="Subpath_1">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<property Type="numericfield" Value="0x11" desc="Port Number_0" id="Port Number"/>
|
<property Type="numericfield" Value="0x11" desc="Port Number_0" id="Port Number"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</subpath>
|
</subpath>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<subpath id="CM">
|
<subpath id="CM">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<property Type="numericfield" Value="0x12" desc="Port Number_1" id="Port Number"/>
|
<property Type="numericfield" Value="0x12" desc="Port Number_1" id="Port Number"/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</subpath>
|
</subpath>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</router>
|
</router>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</device>
|
</device>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</platform>
|
</platform>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</connection>
|
</connection>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</configurations>
|
</configurations>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user