User Activity

I'm using Stm32f4 nucleo-f412z g for a test fixture kind of setup. After loading the firmware I want to keep the eval board in a box and power it externally with a power brick and usb. But when I do this, it doesn't work with the firmware I uploaded....
It updates if I manually reset the board. I'm setting my baudrate as 11400, but it works only if I select the baudrate as 115200 on hyperterminal. Here is a snippet of what Im working on. (EDIT) It even works when I step through the code, not when I ...