Part Number: TMS320F28379D
Other Parts Discussed in Thread: TMS320F28335, C2000WARE
Tool/software: Code Composer Studio
I do have a couple question with the TMS320F28379D Flash API.
1st. Before, I am using TMS320F28335, When I am using the flash API to do Erase, program..., I have to disable the interrupt. But for 28379D, I read the document and did not see this requirement. Does that mean, I can access the flash (erase, program) even if the interrupt is still enabled? Of course, the flash I am trying to access is not the one with program code.
2nd. The F28335 need to load the flash API library into ram (do a memcopy()), however, the F28379D does not require to do that. Is that correct.
Is the difference because the 28379D chip have a separate flash pump to handle the flash operation instead using CPU like the F28335 did?
Thanks