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.

BIOS causes a Abort while update the compiler

Other Parts Discussed in Thread: SYSBIOS

Hi, I found a problem in BIOS while I update the compiler. my device is TCI6614, and my BIOS version is BIOS6.32.5.54. when I use the cgt 7.3.1, the project is ok and can run successfully. when I update the cgt to 7.4.2, compile can be run but the Abort always happens after project running.

I try to debug which part causes the Abort, and finally I found there is a Hwi_Create call in the main, and a memory allocation in the Hwi_create will casue an Abort. It is BIOS code and I can't modify. so it seems a BIOS issue. is it becasue the BIOS version is not compatible with this type of CGT? could you provide any suggestion?

thank you very much!