I still haven't gotten this to work.
Search found 6 matches
- Fri Mar 17, 2023 5:04 am
- Forum: ESP-IDF
- Topic: Does the ESP32-C6 support example apps in new ESP Matter SDK?
- Replies: 2
- Views: 2220
- Wed Jul 31, 2019 4:40 am
- Forum: ESP32 Arduino
- Topic: Options to resolve: "IRAM0 segment data does not fit"
- Replies: 3
- Views: 4708
Re: Options to resolve: "IRAM0 segment data does not fit"
Update:
I now understand that the iram2 segment is actually flash so this doesn't help me.
I now understand that the iram2 segment is actually flash so this doesn't help me.
- Wed Jul 31, 2019 4:24 am
- Forum: ESP32 Arduino
- Topic: Options to resolve: "IRAM0 segment data does not fit"
- Replies: 3
- Views: 4708
Re: Options to resolve: "IRAM0 segment data does not fit"
It's an aquarium light controller with some tasks in IRAM such as the dimmer task. Other than that, I'm not really. I've moved almost everything out that I can. It's not even when I'm adding to these tasks that the error occurs. For instance, I'm working on esp now communication and somehow breached...
- Tue Jul 30, 2019 8:31 pm
- Forum: ESP32 Arduino
- Topic: Options to resolve: "IRAM0 segment data does not fit"
- Replies: 3
- Views: 4708
Options to resolve: "IRAM0 segment data does not fit"
Using Arduino IDE and ESP-IDF 1.0.2 I've got a very large project that I keep hitting the limits of IRAM for. Each time I refactor any code I can to decrease the load and end up removing the "IRAM_ATTR" attribute from one of my tasks. However, I'm running out of opportunities to do that and I'm not ...
- Tue Jul 30, 2019 7:52 pm
- Forum: ESP32 Arduino
- Topic: ILI9341 Graphics Test Errors
- Replies: 1
- Views: 3179
Re: ILI9341 Graphics Test Errors
Changed out resistors and got it working. Closing.
- Sat Jun 29, 2019 11:55 pm
- Forum: ESP32 Arduino
- Topic: ILI9341 Graphics Test Errors
- Replies: 1
- Views: 3179
ILI9341 Graphics Test Errors
I'm trying to get this display (https://tinyurl.com/yyc8hrxo) working with this board (https://tinyurl.com/y5whqvrf). I'm using the Adafruit_ILI9341 library and the ESP32_ILI9341_Graphicstest. I'm compiling and uploading with Arduino IDE 1.8.9 (tried both store and desktop versions on Windows 10). N...