Performing OTA on an STM32F7 Board with Sector-Based Flash Partitioning
Can I perform OTA on a F7 board if the flash is divided only in sectors and not banks?
Solution:Jump to solution
Yes, you can perform OTA (Over-The-Air) updates on a F7 board even if the flash is divided into sectors and not banks. However, you'll need to ensure that the OTA update process is designed to handle sector-based flashing.
2 Replies
Solution
Yes, you can perform OTA (Over-The-Air) updates on a F7 board even if the flash is divided into sectors and not banks. However, you'll need to ensure that the OTA update process is designed to handle sector-based flashing.
Here are some consideration
1. Sector size verification
2. Update granularity
3. Flash driver support
4. Update verification