I'm trying to get the SPPDemo running on my LM4F232H5QD Eval Board using a TiWi-uB2 module from LSR. Following the instructions here:
I see the Stellaris Virtual Serial Port (COM20) in Device Manager and am able to attach a serial terminal to it. The suggested 9600, 8N1 settings turned out wrong, but I was able to figure out that 115200, 8N1 is the correct UART configuration. That said, once I attached the serial terminal and reset the board, I get the following message:
The terminal waits at OpenStack() and after what seems like a timeout, shows the "Stack Init Failed: -4 Unable to open the stack." error. If I try to run in debug mode, setting a breakpoint at BSC_Initialize(), the code will hang after I try to continue to step in. I was not able to find the source file containing BSC_Initialize() other than the BSCAPI.h header file.
Here's a picture of the TiWi-uB2 module connected to the eval board. It appears to be happily powered.