Other Parts Discussed in Thread: C2000WARE
Hi,
We are using F280049c for vehicle application. It need us to realize the bootloader function with ISO14229 standard.
There is one thing that the flash driver is not in the boot firmware, it should be downloaded to the RAM by the boot firmware and than use the driver to erase and program the flash.
- I think the flash driver is F021_API_F28004x_FPU32.lib. Am I right?In the demo from C2000ware,the SDK allocates the FLASH_BANK0_SEC1 to save the lib code and copy it to the RAM to run.
- What's the procedure for we to do,if we don't include the lib in the boot firmware?
- How can I get the lib code's hex file for boot firmware to download? (The way to change .lib file to .hex file)
Regards.
Arrow