Snowball's chance of using STM32407VET with FreeRTOS, LwIP and Webserver to update the firmware?
I am now ready to write to flash when receiving a file upload via my webserver. However, I read that when erasing or writing to flash, flash reads are blocked. I can see this causing problems.
The LwIP_IAP example which was written for the F407 must work, but it doesn't use FreeRTOS. I can see that it would be way easier to do with a 2 Bank part such as the F429 as I intend to split the flash in half so I can run from one section and upgrade the other.
I have seen suggestions to run from RAM but that doesn't seem very practical when you have LwIP, FreeRTOS and a webserver running to upload the firmware...
Any ideas?
