SysGCC RTOS-SDK xTimerCreate Error

texas_72
Posts: 1
Joined: Wed Dec 13, 2017 3:43 pm

SysGCC RTOS-SDK xTimerCreate Error

Postby texas_72 » Wed Dec 13, 2017 4:39 pm

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

Error.png

Her Mary
Posts: 537
Joined: Mon Oct 27, 2014 11:09 am

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.

Who is online

Users browsing this forum: No registered users and 120 guests