Part Number: LAUNCHXL-F28379D
Other Parts Discussed in Thread: C2000WARE
Hi expert,
I am implementing below function based on F28075's "flash_programming" example project which located in "C:\ti\c2000\C2000Ware_1_00_05_00\device_support\f2807x\examples\cpu1\flash_programming\cpu01".
There is a "Example_CallFlashAPI();" call in main loop located in "flash_programming_cpu01.c". There original example is fine on my test, but when I tried to move the definition of this function to another C file named "flash_program.c" in the same project, then the problem happens.
Phenomenon one: There is a warning in the CCS reads below
Phenomenon two: Program run into unexpected ISR once step come into function "Example_CallFlashAPI" shown below
I will attach the code in this post. Could anyone give me some advice on how to solve this problem? Thanks!