Flash configurations

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Flash configurations

706 Views
jim_riley
Contributor I

I am working with a KEAZ64 processor. I am trying to build a release version of firmware. When I flash the .elf, it initially runs just fine. However after a power cycle, it doesn't appear to startup or run. If I change my debug configurations to debug instead of release, the program runs even after a power cycle.

Tags (3)
0 Kudos
2 Replies

508 Views
jiri_kral
NXP Employee
NXP Employee

Hi, 

can you please share your project? What about optimization? Did you try turn off optimization for Release version? You can also try to use Debug configuration with disabled debug info (technically release version). May be there is something missing in your Release configuration:

pastedImage_1.png

Jiri

0 Kudos

508 Views
jim_riley
Contributor I

Hi Jiri,

I was able to fix the issue by pulling an older version from the repository and copy/paste the release folder from the previous project to the working copy. Before I fixed the problem, I tried changing the debug level and turning off optimizations but it didn’t fix anything. Thank you for your reply.

0 Kudos