Modifying FNET parameters from MQX

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Modifying FNET parameters from MQX

ソリューションへジャンプ
1,059件の閲覧回数
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 解決策
803件の閲覧回数
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 返信
804件の閲覧回数
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 件の賞賛
返信