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.

CCS/TMS570LS1224: het1ParityCheck() can't be implemented in a task of TMS570LS1224PEG_FREERTOS created by HALCoGen

Part Number: TMS570LS1224
Other Parts Discussed in Thread: HALCOGEN

Tool/software: Code Composer Studio

Hi

I am trying to test the parity faultt injection online. But when I creat a task that implements het1ParityCheck() in a for(;;) loop, the task can't trigger the ESM interrupt. When I move the het1ParityCheck() function to the top of the main function, the ESM interrupt. can be triggered correctly. Why it happenned, and how can I inject a parity fault online?