shorepine / alles

A many speaker distributed music synthesizer using UDP multicast over WiFi
https://notes.variogram.com/2022/09/23/alles-amy/
MIT License
242 stars 14 forks source link

Later alles commits not loading RAM properly on revB+ boards #67

Closed bwhitman closed 12 months ago

bwhitman commented 12 months ago

Getting memory alloc errors for some reason. Need to investigate. The commit without AMY as a submodule works fine, so if you're seeing

Guru Meditation Error: Core  0 panic'ed (LoadStoreError). Exception was unhandled.

Core  0 register dump:
PC      : 0x400d958e  PS      : 0x00060e30  A0      : 0x800daed9  A1      : 0x3ffbce80  
0x400d958e: oscs_init at /Users/bwhitman/outside/alles/amy/src/amy.c:406

Do this

gh repo clone bwhitman/alles
cd alles
git checkout e481edc
bwhitman commented 12 months ago

fun, MALLOC_CAP_INTERNAL is not the same as MALLOC_CAP_DEFAULT. All fixed