This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LAUNCHXL-CC1350: macLowLevelBufferInit() throws assertion

Part Number: LAUNCHXL-CC1350

I could not get the UART work under the collector sample project, so I started moving the controller software into my uart echo example project. I have everything compiling, but when I execute it, my halAssertHandler() function infinite loops. The lowest level I can drill to is that a call to   macLowLevelBufferInit() by macTask.c::macInit() is involved.

Why might this be happening?