Other Parts Discussed in Thread: UNIFLASH
Hi TI Expert,
I am trying to flash the application to QSPI flash memory via CAN interface following the steps here - https://dev.ti.com/tirex/explore/node?node=A__AD2nw6Uu4txAz2eqZdShBg__com.ti.MCU_PLUS_SDK_AM263X__aBmeCqF__LATEST.
I am using the TI provided prebuilt flashing tool and SBL CAN bootloader. SBL CAN bootloader flashing goes through successfully by running uart_uniflash.py script.
However, while flashing the application using can_uniflash.py, I get below error. Request your help in clarifying below queries:
- what is the recommended CAN tool to use? Can Canape be used with this script?
- can we use classic CAN network with 8Mhz clock frequency?
- what are the other reasons I could be getting this error and how to resolve them?
[PCAN ERROR] : Can not initialize. Please check the defines in the code. Instance not available or may be occupied.
Thank you!