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 d...
I can successfully serve a page and POST back to the server. I extract the values from the POST (they are all valid); now I try to write these values to flash. I selected Sector 19. Here is the simplest code I could find to save to flash: STM32...