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.
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.
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
Hi
I know how it works.
Is this forum a good place to ask for change request?
Hi
You can create a support ticket or post on this forum for your request.
Regards
Daniel
Hi,
any improvement proposals are appreciated.
Regards
Marek