This repository contains the microcontroller Board Support Package for the R5 core(s), that are present on the TQMa24XxL and TQMa64XxL modules.
This project requires:
- Import project in CCS
- Make sure the environment variable COM_TI_MCU_PLUS_SDK_AM64X_INSTALL_DIR points to the correct directory (e.g.: C:\ti\mcu_plus_sdk_am64x_08_02_00_31)
- Build
- prepare the SOC following the TI SDK documentation ${COM_TI_MCU_PLUS_SDK_AM64X_INSTALL_DIR}/docs/api_guide_am64x/EVM_SETUP_PAGE.html#EVM_SOC_INIT_SD_BOOT_MODE
- Debug
- Replace file flash_nor_ospi.c
- Located at C:\ti\mcu_plus_sdk_am64x_08_06_00_43\source\board\flash\ospi
- New file located at qspi_sdk_file/flash_nor_ospi.c
- Rebuild the library following the instructions
BSD-3-Clause