Ah, that was the problem. I did have the hwi configured, however, I was trying to initialize my I2C peripheral in main before BIOS_start() was called.
After I created a task and had the initialization of the peripherals occur there, everything worked fine.
Thanks!