Part Number: TMS320F2800156-Q1
Hi
I'm using F280015x 's FlashAPI lib for bootloader development.
I find that without Fapi_initializeAPI() function before flash erase and write, the flash operation will be successful with no error.
It differs with the statement in the <Reference Guide TMS320F280013x/15x Flash API Version 2.00.10.00>. [$3.1.1 This function is required to initialize the Flash API before any other Flash API operation is performed. This function must also be called if the System frequency or RWAIT is changed.]
Does the Fapi_initializeAPI have the default setting para. when we don't perform this function?
Like the address and frequency? [By device setting ,we use 100MHz]
(void) Fapi_initializeAPI(FlashTech_CPU0_BASE_ADDRESS,
DEVICE_SYSCLK_FREQ/1000000U)
Regards
Arrow