I am trying to flash the SDK sample application The led_demo_freedom_a000 on a frdmk82f board.
For that I did the following steps:
Until step 7 everything worked smooth. The bootloader seems running and answering to KinetisFlashTool. Nevertheless, when I try to flash the app, I will get the error kStatusMemoryRangeInvalid.
I assume that the error is caused by trying to flash a reserved area, since the status box indicates that the area from 0x0 to 0xAFFF is reserved. But this is strange to me since I am using the SDK example code for both, bootloader and App.
Could you tell me what I might be doing wrong and how can I achieve to flash the example App with KinetisFlashTool?
Thanks a lot in advance!