Modifying FNET parameters from MQX

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

Modifying FNET parameters from MQX

Jump to solution
595 Views
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

Labels (1)
Tags (1)
0 Kudos
1 Solution
339 Views
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

 

View solution in original post

0 Kudos
1 Reply
340 Views
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 Kudos