In the Web IDE, such as the example-BLINK AN LED. It does’t do anyting about Initialization,when compiled and translating to spark core over internet.The Led should toggle,but the CC3000 does not ever initialized. Can
the OTA update perform again?
Or I think when the Web IDE compiling, it links some library. Then to be a complete firmware without do the Initialization.
thanks for your quick reply.I think I get the answer .
In the Web IDE, I can just rewrite the void setup() and void loop() functions etc,just like an ardunio enviroment.
And I need not care about the hardware Initialization such as SysTick_Configuration() and RTC_Configuration() and something Initialization with CC3000.