Other Parts Discussed in Thread: BOOSTXL-DRV8323RS
Hello,
I am using LAUNCHXL-F28379D.
I want to embed my program in Flash memory. And the compile error code said the memory does not fit into the .cinit.
so I modified the memory location of .text(which is long and at first it was located in FLASHB with .cinit)
This link was my previous FAQ.
Then the compiler error code disappeared. But when I tried to play on the device there was a new error code in the debug window.
1. I am not using watchdog
2. My project is cplusplus project.(I guess this should be the problem.)
3. I don't know where the error stems from..(Memory location or My project is crashing somewhere)