Correct. Only InstaSPIN-FOC runs the FAST estimator from ROM on F2802xF, and F2806xF/M. The TMS320F28379SPTPT doesn't have such ROM with FOC library, the customer needs to use the static software library or open source for running FOC on TMS320F28379SPTPT…
Part Number: TMS320F28379S Other Parts Discussed in Thread: SYSCONFIG , C2000WARE Good day.
I am trying to use sysconfig for my custom board. I've been dsfined a syscfg file with sysconfig tool and added it to project. Also I added a products for sysconfig…
Part Number: TMS320F28379S Other Parts Discussed in Thread: C2000WARE There is a small problem in usblink library.
It does not link against driverlib, liner reports two unresolved externals: Interrupt_disableMaster() and Interrupt_enableMaster().
This is…
Part Number: TMS320F28379S Other Parts Discussed in Thread: TMS320F28379D Why the functions EPWM_enableSyncOutPulseSource(0 and EPWM_setSyncInPulseSource() are not supported in the ePWM drivers. These functions are available for other C2000 (e.g xx2025) drivers…
Hi Ljubisa,
To better help you with your problems, please answer the following questions.
Ljubisa Milojevic said: I started porting a new observer from the SDK. However, I run an issue running the motor with the new observer.
Is this observer the eSMO…
Part Number: TMS320F28379S Hi, i cannot programm f28379s with blackhawk debug probe xds560v2.
I am getting the following error.
I have tried,
Updating code composer and using dtc_conf to make sure debugger is working.
I need help in getting the debugger…
Part Number: TMS320F28379S Other Parts Discussed in Thread: C2000WARE , SYSCONFIG
I am porting an f280025 code to f28379. Do I need to use the ASysCtl_selectCMPHPMux() for ADC configuration. If yes, then what is the equivalent function.
//************…
Part Number: TMS320F28379S Hi, How do I implement the auto CAN bus restart for the TMS320F28379S device, if there is bus-off due to an intermittent short on the bus?
Currently as soon as the bus is shorted the CAN goes into a bus-off and to restart the…
Part Number: TMS320F28379S Other Parts Discussed in Thread: CONTROLSUITE , C2000WARE-MOTORCONTROL-SDK Originally, our project used various motor control files included by controlSUITE. However, we want those files to be directly controlled in our project…
Part Number: TMS320F28379S Other Parts Discussed in Thread: LAUNCHXL-F280025C , C2000WARE
Hi,
I trying to set up ADCs using a HAL_setupADCs() function. I am reusing this function originally written for f280025 examples. I getting compiler errors for the…