Thanks for the answer.
To explain the context: as the field for the initial state was not available in older version of the Config Tools (v4.0), GPIO_PinInit() was called in our application. Now, I intend to align the current pin_mux/peripherals/clock_config[.c/.h] files to the new version of the Config Tools (v4.1) but without changing the GPIO initialization code.
Now, can you please explain the difference between:
- No init ("Property will not be initialized - no code will be generated and no validations will be performed")
- Logical 0 ("Logical 0")
I cannot see any difference in terms of code generation. Moreover the tooltip statement "no code will be generated" seems wrong. So the code generation for "No init" looks to me like a bug in the Config Tools.
Guillaume Audirac