Part Number: DRA787 Tool/software: Hello
we want to use receive-only mode of MCSPI with DMA+FIFO mode, but it can not work. Transmit-only, transmit-and-receive modes woks fine.
below is register dump for receive-only mode of MCSPI .
Part Number: DRA787 Our product shall support secure boot, the signing method used is SHA256_RSA2048.
So we must use SHA256_RSA2048 in sbl.
Does DRA787 hardware or PDK/SDK support SHA256_RSA2048 ?
Part Number: DRA787 DRA78x boot up from IPU0 default.
Can DRA78x boot up from IPU1? or IPU0/ IPU1 boot up at the same time, both IPU0 and IPU1 have SBL?
Part Number: DRA787 Other Parts Discussed in Thread: SYSBIOS Print the callstack of function is useful for analyse issue.
Such as A function call B function, B function call C function, Can we add code in C function to Print the callstack A-->B-->C…
Part Number: DRA787 Tool/software: TI-RTOS Our produce use DRA78x, have a 256M QSPI Flash.
Software based on vision SDK, OS is RTOS.
We need to create a FAT partition on QSPI Flash.
how to create a FAT partition?
Part Number: DRA787 Other Parts Discussed in Thread: SYSBIOS We are develop the log system link vision sdk log system,
We config a share memory use keyword CachePolicy_NON_CACHEABLE.
When we save log and log length to share memory in DSP1, the IPU1_0…
Part Number: DRA787 We use ti-processor-sdk-rtos-automotive-dra7xx-evm-04.03.00.05.
We found UART_DMA_ENABLE in UART_v1.c, but not found UART_DMA_ENABLE in UART_soc.c.
When call UART_read, can't read data.
Does the UART driver support DMA mode for…