I am working on F28M35H52C1 Control Card. I am trying to port an existing code to work with Sys Bios 6.40.1.15 with XDCtools 3.30.1.25_core. I am using sysbios 6.My code uses MWare DriverLib (ControlSuite v3.2.6). I am not using any semaphores. Also, HWI module used are not device specific.
I am able to build and burn code.
If I dont include any HWIs, my task and timer functions work fine. If I include HWIs, the code gets stuck in HWI_asm.sv7m.
Since, I cannot include my original source code, I am adding a project that is same in structure and compiler settings.
I am not understanding what is going wrong. Please help.