Modifying FNET parameters from MQX

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

Modifying FNET parameters from MQX

跳至解决方案
1,053 次查看
Mohsin455
Contributor IV

Hi All,

 

             I am trying to integrate the FNET with MQX3.7. Can anyone please let me know how to modify the FNET parameters from MQX  application ? Is there any example code ?

 

Thanks,

Mohsin

标签 (1)
标记 (1)
0 项奖励
回复
1 解答
797 次查看
butok
NXP Employee
NXP Employee

Hi Mohsin,

 

I do not have the MQX example you need.

But if you are able to erase/write the Flash memory in your MQX application you may change the FNET Bootloader parameters from your application.

They are placed at the beginning of the last logical-block of the on-chip flash memory (e.g. 2KB for Kinetis, 4KB for Kirin3). 
The Bootloader parameters organization is defined by the fapp_params_flash structure placed in the

fnet\fnet_demos\common\fnet_application\fapp_params.h

 

Thanks,

Andrey Butok

 

在原帖中查看解决方案

0 项奖励
回复
1 回复
798 次查看
butok
NXP Employee
NXP Employee

Hi Mohsin,

 

I do not have the MQX example you need.

But if you are able to erase/write the Flash memory in your MQX application you may change the FNET Bootloader parameters from your application.

They are placed at the beginning of the last logical-block of the on-chip flash memory (e.g. 2KB for Kinetis, 4KB for Kirin3). 
The Bootloader parameters organization is defined by the fapp_params_flash structure placed in the

fnet\fnet_demos\common\fnet_application\fapp_params.h

 

Thanks,

Andrey Butok

 

0 项奖励
回复