customize name BOARD_InitBootClocks() and BOARD_InitBootPins()

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

customize name BOARD_InitBootClocks() and BOARD_InitBootPins()

1,501 Views
grzegorzkonopko
Contributor III

Hi

Is it possible to customize function name: BOARD_InitBootPins()?

I would like to have few hardware configuration in single projects and more than one name of such method will cause linker error.

0 Kudos
4 Replies

1,378 Views
marek-trmac
NXP Employee
NXP Employee

Hi Grzegorz,

BOARD_InitBootPins() contains all configurations that should be executed after reset. You can add additional configuration called "Functional groups" using the toolbar and you can select for each, whether it will be invoked after reset or not.

pastedImage_1.png

For each functuional group, one C function is generated and its name is configurable.

BOARD_InitBootPins() name cannot be changed, the function is called from main.

Regards

Marek

Regards,
Marek

1,378 Views
grzegorzkonopko
Contributor III

Hi

I know how it works.

Is this forum a good place to ask for change request?

0 Kudos

1,378 Views
danielchen
NXP TechSupport
NXP TechSupport

Hi 

You can create a support ticket or post on this forum for your request.

Support | NXP 

pastedImage_2.png

Regards

Daniel

0 Kudos

1,378 Views
marek-trmac
NXP Employee
NXP Employee

Hi,

any improvement proposals are appreciated.

Regards

Marek

Regards,
Marek
0 Kudos