Part Number: TMS320F28379D
Other Parts Discussed in Thread: TMS320F28379S, LAUNCHXL-F28379D
Hello,
I'm working on a bootloader for the TMS320F28379D and TMS320F28379S. It's working perfectly just after the first startup of the code. But after a single reset, the FlashAPI doesn't work anymore.
For example I try to do an erase and most of the time, when I run Fapi_getFsmStatus(), I get incomprehensive status like : 0x0810 or 0x0C10.
I've tried to investigate everywhere in my code but I seems to be properly configured. I couldn't manage to make it work. I've read multiple requests from the support, but they are for older version MCUs and even with trying their solutions it didn't work.
Links to the other requests I've found on the forum :- https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/641261/compiler-tms320f28075-flash-api-works-on-initial-run-but-not-after-reset- https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/1074143/tms320f28377d-flash-api-works-on-initial-run-but-not-after-cpu-reset
Could you help me? Thank you in advance.
Bastien