Search found 3 matches
- Thu Jul 04, 2019 3:31 pm
- Forum: ESP-IDF
- Topic: spiram and crashing nvs_flash_init()
- Replies: 0
- Views: 2297
spiram and crashing nvs_flash_init()
I am using a ESP wroover and want to use the spiram. When I enable the spiram in the menuconfig I get an exception when initializing the default nvs partition. Log output: I (30) boot: compile time 16:51:19 I (30) boot: Enabling RNG early entropy source... I (35) boot: SPI Speed : 40MHz I (39) boot:...
- Fri Nov 23, 2018 10:45 am
- Forum: ESP-IDF
- Topic: Eclipse CMake ESP-IDF
- Replies: 3
- Views: 8009
Re: Eclipse CMake ESP-IDF
Just got a step further I am working under Windows. Setup your Eclipse as mentioned in the URL from my previous post. Create a new workspace for Eclipse copy example project helloworld in your eclipse workspace folder. open a prompt and goto the helloworld project folder in the Eclipse workspace. Ex...
- Thu Nov 22, 2018 4:08 pm
- Forum: ESP-IDF
- Topic: Eclipse CMake ESP-IDF
- Replies: 3
- Views: 8009
Eclipse CMake ESP-IDF
I have installed the CMAKE build system and can build the hello world project. It is much faster then building in msys2. Next step for me was to use eclipse. I found the tutorial: https://cdtdoug.ca/2018/07/02/cdt-for-esp32.html But I'm stuck at the building step: Building in: C:\projecten\esp\test2...