i have questions.
i am using s32ds 3.6version for developing s32k344.
pin tool functional group
driver tool functional group
1. what is different with pin tool functional Group and driver tool functional Group?
2. how that is matching with pin tool functional group and driver tool funcional group?
3. is that used for managing pin configure? like devide pin confingure setting container adc, pwm, can, uart and so on.
thanks for regards.
已解决! 转到解答。
Hi @rlaxortn,
Functional groups are generated into the source code as functions, which you can use to have different configurations for pins, clocks and drivers. There are no explicit examples on how to use them, but you can see inside the S32K3 Low Power Management AN and demos, there are some example implementations.
The clock tool view shows two options: Standby and Run.
The pins tool view configures two functional groups — one for the S32K344 EVB, and another one for the S32K344 WB EVB.
You can use these options to configure if you have different ECUs, or pinouts for the same derivative, as you can simply change the pins, clocks and drivers by selecting which group is initialized in the source code.
There is more information in the "Help" menu for S32DS, a bit more detail is given:
Best regards,
Julián
Hi @rlaxortn,
Functional groups are generated into the source code as functions, which you can use to have different configurations for pins, clocks and drivers. There are no explicit examples on how to use them, but you can see inside the S32K3 Low Power Management AN and demos, there are some example implementations.
The clock tool view shows two options: Standby and Run.
The pins tool view configures two functional groups — one for the S32K344 EVB, and another one for the S32K344 WB EVB.
You can use these options to configure if you have different ECUs, or pinouts for the same derivative, as you can simply change the pins, clocks and drivers by selecting which group is initialized in the source code.
There is more information in the "Help" menu for S32DS, a bit more detail is given:
Best regards,
Julián