Hi ,
I am using TMS320F28388D controller, currently i have a external watch dog of 10ms i am trying to erase a sector 7 , 8 and 9. i am aware that erasing each sector takes around 40 to 50ms .
I have taken the access to CPU1 for Flash access and not releasing the access until cpu1 completes its flash operation. is this ok ?
I am able to erase the sector 7 by refreshing the external watchdog using state machine logic and getting the feedback of the Flash api functions.
but sector 8 and 9 is getting erased in the same way how sector 7 is getting erased. do i need to release the flash access to CPU1 after every sector erase operation
thanks,
Nagesh