I need to dynamically configure the CAN controller ID at init time via software. Not able to see an API call that does this.
Thanks!
Solved! Go to Solution.
Yes, you can use CAN_TxBufConfig() or/and CAN_RxBufConfig() functions. For more details see component datasheet and how they are used in can.c (in CAN_RxTxBuffersConfig() function) file from Generated_Source.