This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I am having trouble fully understanding how to setup a CAN bus bootloader using the bootloader API. I have not found a place to set the node-id or what the default is to be able to communicate. I also am using a 25 MHz crystal and the bootloader doesn't seem to support above 16 MHz in bl_can_timing.h. Any help with getting this off the ground would be greatly appreciated.
Amit,
I have decided to use those methods and others to achieve my results while removing the setup inherent to the bootloader. I was hoping to avoid modifying the bootloader api provided too much, but I see no way around it at this point.