Part Number: TMS320F280025C-Q1 Other Parts Discussed in Thread: C2000WARE Hi Team,
There's an issue from the customer need your help:
I am running the C2000Ware_MotorControl_SDK_5_00_00_00\solutions\universal_motorcontrol_lab experimental routine,…
Part Number: TMS320F280025C-Q1 we are working f280025c launch pad lit in CAN module which is having ECM transceiver ic .
but now we have changed transceiver IC (TJA1042) , when we connected board muc not generate TX and Rx signal , kindly give
Part Number: TMS320F280025C-Q1 Hi team,
Customer need to add SDL on F280025C-Q1 for functional safety, but have the following questions about how to use official SDL materials:
1) As described in Figure 4-3. TMS320F28002x MCUs with Safety Features in SPRUIT5…
Part Number: TMS320F280025C-Q1 My motor rated volate is 24V with 4 poles pair. all SW can work well @ DMC_LEVEL_1,and offset calibration parameter is as below:
#define USER_M1_IA_OFFSET_AD (2061.771f) #define USER_M1_IB_OFFSET_AD (2035.973f) #define USER_M1_IC_OFFSET_AD…
Part Number: TMS320F280025C-Q1 Other Parts Discussed in Thread: TMS320F280025C , C2000WARE Hi , I am porting the latest universal_motorcontrol_lab (base on C2000Ware_MotorControl_SDK_4_01_00_00) to my TMS320F280025C demo board, there is one new SSIPD module…
Part Number: TMS320F280025C-Q1 Hi,
I have questions about low power modes.
My customer does not use the halt mode supported by the device, but wants to implement an function that behaves as if it entered the halt mode with SW in normal mode.
Because, the…
Part Number: TMS320F280025C-Q1 Please take a look at this in driverliib adc.c for F28002x (4.00). The for loop only updates two INL trim values, but the device has three. Looks like a bug, can you confirm?
-Eric
void ADC_setINLTrim(uint32_t base) { uint16_t…
Part Number: TMS320F280025C-Q1
Hey!
I'm controlling a display IC by SPI with TMS320. TMS320 is master, IC is slave. There is no data coming from IC to SPI, so I only use SIMO.
I've implemented the SPI with GPIO manually with the following code…