Part Number: TMS320F280048-Q1 Other Parts Discussed in Thread: SYSCONFIG Hi,
I have driverlib based project. I separately test the below trip functions which works fine.
Now, I want to use combination of all as below. I wrote below lines but it…
Part Number: TMS320F280048-Q1 Hi,
In my board, I connected GPIO24 and GPIO32 to 3.3V with pull-up resistors as you can see below. It represents that device default boot mode is FLASH.
However, these pins are also can be configured as EPWM8A-8B…
Part Number: TMS320F280048-Q1 Other Parts Discussed in Thread: SYSCONFIG Hi,
In my software, I'm trying to use GPIO24 and GPIO32 as ePWM8A and 8B. When I wrote following lines for init. I got errors. Could you please comment how I cannot use it?
…
Part Number: TMS320F280048-Q1 Other Parts Discussed in Thread: TIDM-02011 , C2000WARE Hi,
I'm trying to close my control loop by using DCL library. I have a driverlib based project. I need to add it and use it. My program is FLASH based.
Could you…
Part Number: TMS320F280048-Q1 Other Parts Discussed in Thread: SYSCONFIG Hi,
I'm trying to configure the pins using SysConfig.
My ADC ports are 6,7,8 and 9 pins of mcu. However, I can only add 3 units of ADC and only configure 1 port for each ADC…
Part Number: TMS320F280048-Q1 Other Parts Discussed in Thread: C2000WARE Hi,
I'm struggling creating a new project, that have all defines, includes and headers.
I created a new project and added some includes and header from project properties.
…
Part Number: TMS320F280048-Q1 Hi,
In my board, I use pins below pins as below;
I use ePWM1,2,3,4 as PWM channels. All of them up-down count mode.
ePWM5 and 6 -> SPI | ePWM7-> UART | ePWM8 as boot pin configuration. Pins are connected to 3.3V with…
Part Number: TMS320F280048-Q1
Hi,
There is two build options like RAM and FLASH in example empty projects at driverlib folder.
What is the real difference between them? Why do I need to build it RAM instead of FLASH or vice verse.
All the code…
Part Number: TMS320F280048-Q1 Other Parts Discussed in Thread: C2000WARE Hi,
I cannot debug my code because the code stops at ESTOP line in device.c
My code builds very well.
I'm using the reference code from the folder below;
C:\C2000Ware_4_02_00_00…
Part Number: TMS320F280048-Q1 Other Parts Discussed in Thread: SYSCONFIG Hi,
I'm trying to implement open loop PSFB drive signals with %50 duty and complementary with deadband.
OPTION#1 I did it before using ePWM1 and ePWM2. EPWM1 generates SYNCO…