USB_CDC and BLE Hard Fault
Hello,
I'm using CubeMx to create a project with usb cdc serial port and BLE functionality. CubeMx generates a sequencer UTIL_SEQ_Run(~0); that runs the BLE state machine. In the code below, if I comment out UTIL_SEQ_Run(~0); the code runs fine per Workshop #3 on Youtube. Prints out the data "Hello World" to hyperterminal. As soon as I uncomment UTIL_SEQ_Run(~0); and run the app in the debugger I get a hard fault. Has anyone seen this behavior while trying to run the sequencer with usb cdc? Any thoughts as to how to debug this as far as where I should start looking?
Thanks,