Hi
We have been working with the seed for a while now on a University project. We have gotten the 4051 Mux;s working to allow 24+ knobs and today got the PCA9685 PWM controller working to allow 24+ Leds. We are using the bootloader-additions branch of oopsy and believe that the bootloader is installed correctly. Programs smaller than 128kb compile and run correctly. Programs larger than 128kb compile correctly but they are not actually being executed, i.e., no audio, no leds etc.
If we try the same thing in the non bootloader setup then we get compile errors whenever the app is larger than 128kb so the bootloader environment is definitely set up.
There are no compilation errors and the lights on the seed seem to go thru the identical sequence in both the working and non working examples.
We have added the “app_type”: “BOOT_SRAM”, line to the JSON file. We can take the same gen~ project, remove a few elements to get the size under 128kb and it all works, add the extras back in and it still looks like it works, compiles, copies etc, but doesn’t execute (or at least does nothing)
Any suggestions ? anything else that needs to be done to support size > 128kb ??
thanks
Paul