Part Number: TMS320F28335
Other Parts Discussed in Thread: CONTROLSUITE
Hi
We are developing motor drive application with EtherCAT on TMS320F28335. It has a PWM ISR that runs every 125us.
The execution time of that ISR is around 88ms before applying Code Security Password to the project. However, if we use On-Chip Programmer provided by CCS to lock the DSP, the execution time comes to almost 125us.
We found the [FAQ] Common CSM and Flash Questions post had mentioned the code run in unsecure memory can't read/write to memory that is secure.
Would this be the reason that the PWM ISR is longer than expectation after using CSM?(e.g. the function being called in ISR is located in unsecure memory and accessing data in secure area)
Please help
Thanks and regards,
Yi-Lin

