Tool/software: Code Composer Studio
I have 2 hardware interrupts enabled that post to binary semaphores (one at 250Hz, the other at 25Hz, operating on SPI and I2C ports respectively). My heap is 0x2000 and I've tried to increase the HWI stack size from 1028 to 2048, but my project still ends up at Error_policyMin with an exception after about a minute. I'm not sure how to interpret the exception below.
Task stacks and HWI stack appear to be padded with 0xBE.