Hello.
I run Diagnostic example in CPU1.
( I use "[c2000ware installation]/libraries/diagnostic/f2838x")
Can the diagnostic function run on CPU2 and CLA as well?
Thanks.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello.
I run Diagnostic example in CPU1.
( I use "[c2000ware installation]/libraries/diagnostic/f2838x")
Can the diagnostic function run on CPU2 and CLA as well?
Thanks.
Hi,
The subject matter expert is out of office till end of this week. Please expect a response by early next week
Regards,
Veena
You'll need to make some modifications to the example to get it to run on CPU2--things like making sure you have a CPU1 application granting CPU2 access to the peripherals it will use and taking care of configuring the registers CPU2 can't access. Most of the diagnostic functions should work fine on CPU2 once you've taken care of those items.
The CLA doesn't have access to a lot of the things the SDL tests, so you won't be able to run most of the diagnostics from the CLA. It can still play a role in your own safety mechanism implementations though for things it does have access to like the ADC and EPWM--those just aren't part of the SDL examples.
Whitney