Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hi Ti expert,
i am uisng mcu sdk v11 , example/mcan/mcan_loopback_interrupt as start, and i want to config can module bit time param.
it call MCAN_initSetBitTimeParams(&bitTimes), and finally use gMcanBitTimingDefaultParams from generated c file 'ti-driver_config.c'.
my question is:
1. i use make -C [project path] syscfg-gui, and not found a page to config it , only found mcan tx/rx GPIO config, so is there a way to config these param using gui tool? or i just write code to overwrite it?
2. for thest params, is there any constrains between each other, or any prescalar, ts1/2 is ok only if it can get the desired baudrate value?
thanks.