We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I have a MIMRT1020-EVK board and use Keil µVision IDE.
I'm making this rom size program like here:
Program Size: Code=26800 RO-data=145632 RW-data=1888 ZI-data=2520
Then, I changed in scr file:
#define m_text_start 0x00000400#define m_text_size 0x00100000
But I can't load program on µVision.It stopped loading 37% and "Cannot access target"
What am I missing here?