Other Parts Discussed in Thread: PROCESSOR-SDK-J7200, DRA821, SYSBIOS
Tool/software:
Hi TI Team,
I have used Processor-SDK-J7200 of JACINTO7 evaluation board for DRA821 processor with Linux-
SDK- ti-processor-sdk-linux-j7200-evm-10_01_08_01-Linux-x86-Install
CCS- CCS12.8.0.00012_linux-x64.tar
Ubuntu-22.04
=====
I have download and installed the SDK as per given manual in TI site with Ubuntu22.04 but when we search the files and path of following in SDK we did not find.
Board Configuration files
UART Drivers files
Ethernet Drivers files
I2C/SPI Drivers files
CAN Drivers files
Kindly provide complete setup software of UART0/UART1/UART2/UART3 /UART4 and CAN etc for DRA821 with JACINTO7 evaluation Board.
I have already setup basic framework with CCS but not find path for following files in Installed SDK to include.
#include <ti/drv/uart/UART.h>
#include <ti/drv/uart/UART_Params.h>
#include <ti/drv/uart/UART_Config.h>
#include <stdio.h>
#include <stdint.h>
#include <ti/sysbios/BIOS.h>
and following API also not showing in SDK.
uart_init(); // Initialize UART
uart_send_data("Hello, Jacinto 7 UART!\n");
BIOS_start();
For above SDK and PDK both need to download if yes then provide the PDK of DRA821 Processor, we want to integrate with CCS for compile and run the our UART,I2C and CAN based application and load into DRA821 evaluation board.
Kindly do the needful.