Part Number: TMS320F28388D Tool/software: Hello, Mr. Expert, The application I need to do with the f28388d kit I use the IPC module for inter-core communication, the size of the data I send from cm to cpu1 is 1000 bytes and I was trying to send it with…
Part Number: BOOSTXL-DRV8323RH
Hi,
if my codes run inside runMotor1Control routine, it's perfectly work e.g. set obj->flagEnableRunAndIdentify = false ...
void runMotor1Control(MOTOR_Handle handle)
{
MOTOR_Vars_t *obj = (MOTOR_Vars_t *)handle;…
Part Number: TMS320F2800155-Q1 hi team:
When I upgraded the program with the 2800155 chip,Online emulation boot area, normal brush,After you jump to the APP area, and then jump to the BOOT area via the app for rewriting, it will trigger Interrupt_illegalOperationHandler…
Part Number: LAUNCHXL-F280025C Other Parts Discussed in Thread: C2000WARE
Hi,
my own code jump to Interrupt_illegalOperationHandler because of Fapi_setActiveFlashBank took too much stack memory.
I am sure it's caused by this function because I set…
Part Number: TMS320F28379D
I'm developing some new code and my DSP does in Interrupt_illegalOperationHandler
However, I only have one interrupt enabled and this interrupt has an ISR. How can I find the trigger for Interrupt_illegalOperationHandler…
Part Number: TMS320F28379S This is an additional question to this. https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1012223/tms320f28379s-itrap-with-watchdog-isr
As workaround, we bring currently…
Part Number: TMS320F280049C Other Parts Discussed in Thread: C2000WARE Interrupt_IllegalOperationHandler ITRAP occurs when trying to write data to the Flash. At least when calling the function Fapi_setActiveFlashBank.
With some debugging I came to the…
Part Number: TMS320F280049C Hi expert,
My customer is using F280049 controlCARD for testing and now there are some problems.
Customer's ISR code is contained in RAMLS0LS1LS2LS3LS4LS5. When running the program, it triggers Interrupt_illegalOperationHandler…
Part Number: TMS320F280049 Other Parts Discussed in Thread: C2000WARE I have a design running well on 280049c. After updating 28004x_cla_flash_lnk.cmd by changing from RAMGS2 to RAMLS0LS1LS2LS3LS4 for ".TI.ramfunc" which contains ISR code, like below…