Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hello everyone,
It's me again.
This time, I will be more specific. I have this CAN that I will use in CM, but the pin mux must be managed by CPU1. In order to use the sysconfig, I need to add the CAN instance to it. However, to use this peripheral in CM, I also need to check the option to "Allocate CAN_B to CM." If I do this, the "CAN_initRAM" function called by "CAN_initModule" will not complete successfully, and the program will stop there.
Therefore, I would like to suggest adding a checkbox in sysconfig that allows the user to select whether the "CAN_PUBLIC_init" (in this case) will be included in the Board_Init function or alternatively if the "CAN_initModule" will be included inside the "CAN_PUBLIC_init" function. This would allow me to use the Board_Init function while still having the automatic pin mux configured.
If there is another method to continue using the Board_Init function while still benefiting from the automatic pin mux configuration provided by sysconfig, I would appreciate knowing about it.
Best Regards,
Ramon.