Downloading file to internal flash crashes system
For STM32 MCU internal flashes, the source address of flash_write
API needs to be word-aligned. Violation of this rule would cause system hang-up. This fix involves
- X-modem download (XmodemSource -> CRCFlashSink)
- Calibration save (SerializationSource -> CRCFlashSink)
- Miscellaneous test code (MemSource -> CRCFlashSink)
由 Victor Chen 编辑于