Releases: itzandroidtab/open_flashloader_template
Releases · itzandroidtab/open_flashloader_template
Release V0.0.3
What's Changed
- Added test code to test flashloaders without using any CMSIS or SEGGER tools
- Verified GCC 13 support
- Cleanup code
- Updated documentation
- Verified working with J-Flash (version V8.20)
Example
A example is available for the LPC1756 and is25lq040b. Made using the drivers from: klib.
CRC
If you want to speed up the CRC calculation the closed source SEGGER SEGGER_OPEN_CalcCRC can be used from the OFL_RefAlgo projects attached.
Full Changelog: v0.0.2...v0.0.3
Release V0.0.2
What's Changed
- Bugfix not being compatible with the latest J-link software (tested with version V7.92E)
- Added support for GCC 12
- Added code space devcontainer
- Added
SEGGER_OPEN_GetFlashInfofor dynamic runtime sector information
Example
A example is available for the LPC1756 and is25lq040b. Made using the drivers from: klib.
CRC
If you want to speed up the CRC calculation the closed source SEGGER SEGGER_OPEN_CalcCRC can be used from the OFL_RefAlgo projects attached.
First release
First release of the flash loader.
Edit:
Added the original OFL_RefAlgo files. From these files the closed source crc check can be used to speed up the crc calculation