Part Number: TMS320F280038C-Q1 Other Parts Discussed in Thread: C2000WARE Tool/software: Hello, guys.
I created this thread after I checked example of TI C2000 library before I write this thread to ask you guys about what I want to know.
I am going to…
Part Number: TMS320F280038C-Q1 Other Parts Discussed in Thread: C2000WARE Tool/software: I would need to create software divided into a basic SW (BSW) and an application SW (ASW). The BSW is executable code, while ASW consists only of functions called…
Part Number: TMS320F280038C-Q1 Tool/software: Hello, TI team.
I have some questions about ERRORSTS pin of TMS320F280038C-Q1.
From " TMS320F28003x Real-Time Microcontrollers Technical Reference Manual", the description of error pin is " If…
Part Number: TMS320F280038C-Q1 Other Parts Discussed in Thread: C2000WARE Tool/software: Hello TI Team.
I have some questions about clcok integrity check using CPU TImer2 (CLK2 of FSM).
First, I have impemented logic as below usind SDL of C2000 5.0.0…
Part Number: TMS320F280038C-Q1 Other Parts Discussed in Thread: TIDM-02000 Tool/software: Hello, TI team.
I implemented some peripherals such as CAN, ADC, EPWM and CMPSS to control DC/DC Buck converter using PSFB topology.
To validate our control logic…
Part Number: TMS320F280038C-Q1 Tool/software: Hello,
I have driverlib based project and I use ADC C that is triggered by an PWM channel. It works well. As you can below code, I acknowledge the group.
// ================= Interrupt Flag Clear ===…
Part Number: TMS320F280038C-Q1 Other Parts Discussed in Thread: UNIFLASH Tool/software: Hello! I'm trying to access F28038 via bit banging. I used the code examples to read/write registers with cJTAG OSCAN1. The functions changeToCJTAG(), connectICEPICK…
Part Number: TMS320F280038C-Q1 Tool/software: Hi,
As I know, there is no AUTOSAR support for the MCU ( TMS320F280038C) and TI provides support for newer devices and E2E profiling for can in implemented.
However, I just want to review the existing sw or…
Part Number: TMS320F280038C-Q1 Other Parts Discussed in Thread: C2000WARE Tool/software: Hi,
In the device.c and device.h, there is DEVICE_DELAY_US functions. I call in my mainloop. I just wonder that I also set my Watchdog
SysCtl_setWatchdogMode(SYSCTL_WD_MODE_RESET…
Part Number: TMS320F280038C-Q1 Other Parts Discussed in Thread: C2000WARE Tool/software: We want to monitor PWM output and COMPSTS[COMPHSTS] by using CMPSS_getStatus(CMPSS2_BASE) function.
When ramp generator and CMPx_HP signal is comparated at COMPH…