2016-06-13 07:56 AM
This is in the http server example in the CubeMX firmware, V1.4.0 for F7.
I'm modifying a web page from the original in the DynWebPage function which has a PAGE_START and a PAGE_BODY both specified at 512Bytes.I want to serve a bigger page, so changed the declaration to 2048Bytes. Now serving the page locks up the discovery board in the WWDG or unhandled interrupt function. I've tried increasing various memory pools + sizes, but no luck. Any suggestions?