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.

CCS/CC3220MODA: Long sl_Start() Time After SDK Migration

Part Number: CC3220MODA


Tool/software: Code Composer Studio

Hi Support,

I'm working on development of a custom, battery-powered device and I just migrated from SDK version 2.20 to 4.20.

After migration, my device is functioning as expected but there now seems to be a very long setup time.
Every call to `sl_Start()` (blocking) now takes almost exactly 5 seconds to complete.  Previously, this time was negligible.  (Please see the attached photos.)

slStatus = sl_Start(NULL, NULL, NULL);
if (slStatus == 0)
{
    TEST_Blink_LED(LED_COLOR_GREEN);
}

Are there any new configuration settings that I am missing?

I noticed that there is a new API function - `sl_WifiConfig()`.

I'm using Code Composer Studio 8.1.0 and Service Pack 3.16.

Thanks,
Brian
Before:
After: