K10 - OK to use flash below 0x400?

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

K10 - OK to use flash below 0x400?

Jump to solution
465 Views
chris_f
Contributor V

I'm running really low on flash space on a MK10DN32VFM5 and am looking for somewhere for a field write-once array.

The device only has 62 interrupt vectors so the space from 0x0F8-0x3FF looks to be unused.

I've tried creating a linker section here, putting an array in it and it seems to work fine.

Is it OK to use this section? I can't find anything in the datasheet that says whether it is or not.

Thanks in advance.

Chris

Labels (1)
0 Kudos
1 Solution
358 Views
mjbcswitzerland
Specialist V

Hi Chris

As long as you respect the normal Flash writing rules there is no problem using free space in the first sector for saving write-once parameters to.

Regards

Mark

Kinetis: µTasker Kinetis support

K20: µTasker Kinetis TWR-K20D72M support / µTasker Kinetis FRDM-K20D50M support / µTasker Kinetis FRDM-K20D50M support

For the complete "out-of-the-box" Kinetis experience and faster time to market

View solution in original post

0 Kudos
2 Replies
359 Views
mjbcswitzerland
Specialist V

Hi Chris

As long as you respect the normal Flash writing rules there is no problem using free space in the first sector for saving write-once parameters to.

Regards

Mark

Kinetis: µTasker Kinetis support

K20: µTasker Kinetis TWR-K20D72M support / µTasker Kinetis FRDM-K20D50M support / µTasker Kinetis FRDM-K20D50M support

For the complete "out-of-the-box" Kinetis experience and faster time to market

0 Kudos
358 Views
chris_f
Contributor V

Excellent. Thanks for the fast reply.

0 Kudos