K10 - OK to use flash below 0x400?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

K10 - OK to use flash below 0x400?

跳至解决方案
474 次查看
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

标签 (1)
0 项奖励
1 解答
367 次查看
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 项奖励
2 回复数
368 次查看
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 项奖励
367 次查看
chris_f
Contributor V

Excellent. Thanks for the fast reply.

0 项奖励