Using C as programming language for ESP32

PBonifacio
Posts: 1
Joined: Fri Dec 02, 2016 12:25 pm

Using C as programming language for ESP32

Postby PBonifacio » Fri Dec 02, 2016 1:51 pm

Hello guys,

Have anyone find a way to program the ESP32 using C? Like a PIC, STM, ATMEL chip?

I know that are other ways for programing it, using APIs that make it easy; but in my opinion, in C I can have more control of the harware and what is going on with it.

Thanks!
Electrical engineering student, embedded systems developer.

ESP_igrr
Posts: 2072
Joined: Tue Dec 01, 2015 8:37 am

Re: Using C as programming language for ESP32

Postby ESP_igrr » Fri Dec 02, 2016 2:52 pm

Sure, ESP-IDF framework allows you to write programs in C. There are a few differences imposed by the framework, such as that the entry point of your application is called 'app_main' and not 'main'. Aside from that, you have all of the C99 in your disposal.

Who is online

Users browsing this forum: Google [Bot] and 119 guests