Part Number: TMS320F28388S Other Parts Discussed in Thread: C2000WARE Tool/software: We are developing a controller with TMS320F28388S that will manage generator operations, monitor sensor data, communicate with cloud services, and provide real-time…
Here is a contrived example that uses .if ...
value .set 1
.sect "cla_code"
.global name
name:
.if value = 1
MMOVIZ MR0,#0
.else
MMOVIZ MR0,#1
.endif
I use…
Part Number: TMS320F28388S Tool/software: Greetings,
In the CLA assembly debug window, I am able to step through the code using F5 and F6. But F6 doesn't step over a call as it does in the CPU? Neither does Ctl-Shift-F6. Is there a way to do it,…
Hi Delaney,
In the circumstances in which I have been attaching the debugger, the CLA would not have been running.
So I tried attaching it to a running system where the CLA is running a little over 10% of the time. When I attached the debugger, the CLA…
Hi Delaney,
It has not. But I have been moving ahead by writing the code in CLA assembly which does show up, as expected, in the output. It would be nice to figure this out so that I could move it back to C at a later time.
Thank you,
Ed
Hi Ed,
I have accepted and responded to via E2E private messenger. I will close this thread now since the discussion has moved there.
Best Regards,
Delaney
Hi Scott, Have identified few issues as below- 1. Tx Packet buffer was released even before waiting for transmit completion
2.More than one mem_free is called for ethernet_pkt_desc in case of pbuff_chain. This could be a main reason for illegal free.
Both…
Part Number: TMS320F28388S Tool/software: Greetings,
In a previous post from a couple of months ago titled "CLA_SOFTINT_REGS Address and Location", I received the addresses for the various CLA register sets. I have just realized that the address…
Part Number: TMS320F28377S Other Parts Discussed in Thread: TMS320F28386S , TMS320F28388S , Tool/software: To: TI Customer Support Team
Hello,
We are currently developing a product using TI DSP. As potential main MCUs, we are reviewing TMS320F28377S, TMS320F28386S…
Part Number: TMS320F28388S Other Parts Discussed in Thread: C2000WARE Tool/software: Hi experts,
I ask this question for my customer, they want to use clb to realize below function: they need to detect the DB time between EPWMA and EPWMB, and if DB less…