netx-duo-http server on STM32F4 using POST to initialize parameters
I am using STMicroelectronics.X-CUBE-AZRTOS-F4 and STM32CubeIDE to make an NetXDuo HTTP server serve a web page POST from the MCU. The sample: "rtos-docs/netx-duo/netx-duo-http/Chapter2" is a minimal implementation. It is not an ST project, and does not adequately explain how to load the HTML from FLASH (I know how to write the binary web page to FLASH.), but does detail the minimum HTTP server for the application. I read through the excellent STM paper: "How to implement a webserver in STM32 using NetXDuo" and reviewed the STM NX_WEBSERVER NUCLEO-F429ZI sample. I know how to write the binary web page to FLASH.
The literature said to use TIM6 as a Time base Source instead of SysTick. When I run the app, I get a hard fault in the entry to the SystemTimerThread, which seems to be automatically created. Does anyone know how to work around this fault?
I am simply looking for the "minimum" implementation of an HTTP server that will handle one POST, any suggestions?
