I'm doing a project for esp8266 freertos with visual studio community 2017, visualgdb, SysGCC.
I wanted to create a time base to perform functions regularly, I thought about using the following code:
xTimerHandle timer;
void callback_timer (xTimerHandle xTimer)
{
}
timer = xTimerCreate ("timer", 5000 / portTICK_RATE_MS, pdTRUE, (void *) 0, & callback_timer);
The problem when I fill it is the following
SysGCC RTOS-SDK xTimerCreate Error
Re: SysGCC RTOS-SDK xTimerCreate Error
Postby Her Mary » Tue Dec 19, 2017 7:22 pm
Sorry that cannot help you with the SysGCC..
But the ESP provided a compiling environment in the documentation ESP8266 SDK Getting Started Guide, maybe you can use that one instead.
But the ESP provided a compiling environment in the documentation ESP8266 SDK Getting Started Guide, maybe you can use that one instead.
Who is online
Users browsing this forum: No registered users and 120 guests
Login
Newbies Start Here
Are you new to ESP8266?
Unsure what to do?
Dunno where to start?
Start right here!
Latest SDK
Documentation
Complete listing of the official ESP8266 related documentation release by ESPRESSIF!
Must read here!
- All times are UTC+08:00
- Top
- Delete all board cookies
About Us
Espressif Systems is a fabless semiconductor company providing cutting-edge low power WiFi SoCs and wireless solutions for wireless communications and Internet of Things applications. We are the manufacturer of ESP8266EX.