Search found 3 matches
- Fri Oct 27, 2017 2:54 am
- Forum: ESP-IDF
- Topic: esp32 nes code segmentation error
- Replies: 18
- Views: 24158
Re: esp32 nes code segmentation error
The latest update seems to have fixed the memory problem. Thanks! I can get the screen to initialize using the Adafruit or Loboris libraries, and then I get the "NES Powered On" message in a loop on the TFT Featherwing. It won't initialize otherwise. I'll have to wait to get any troubleshooting done...
- Sat Oct 14, 2017 3:39 pm
- Forum: ESP-IDF
- Topic: esp32 nes code segmentation error
- Replies: 18
- Views: 24158
Re: esp32 nes code segmentation error
Hi. I'm having he same issue as the opening post. Everything compiles fine, but it seems to run out of memory when it's setting up the main display buffer. Malloc: 57347 at C:/msys32/esp-idf/examples/esp32-nesemu-master/components/nofrendo/bitmap.c:84 ASSERT: line 269 of C:/msys32/esp-idf/examples/e...
- Fri Oct 13, 2017 2:50 am
- Forum: ESP-IDF
- Topic: esp32 nes code segmentation error
- Replies: 18
- Views: 24158
Re: esp32 nes code segmentation error
Hi. I have the same exact issue as the opening post. It gets to line 84 of bitmap.c and reboots after running out of memory. I saw that it was fixed, but maybe I'm in the wrong Github? The last changes were even May 11, same date you had made the change. I've been using this code: https://github.com...