Other Parts Discussed in Thread: TCAN4550EVM
Tool/software:
Hi
I'm evaluating the TCAN4550EVM and running a sample program by Code Composer Studio.
This program uses an MSP430 to evaluate the TCAN4550EVM.
I want to run it to a Raspberry Pi 5 (aarch64 architecture device) without using the MSP430.
This requires changing the compiler and performing a cross-compilation.
The sample project uses the MSP430 compiler, and I need to switch to GNU v9.2.1. How can I configure this?