Problems with the DW3300Q SDK build

Hello, I’m having some issues building the UCI.

I am using the NUCLEO-F429ZI-HeadLight_UCI-FreeRTOS project from the DW3300Q SDK V1.2.0 NUCLEO-F429.

I used the command ./build.sh -uci for building, and beforehand changed add_definitions( “-DUSE_UCI_UART_1”) in CMakeLists.txt to add_definitions( “-DUSE_HSSPI”).

The issue encountered was that functions like hsspi_read were not found, and indeed, I did not see any SPI function implementations in other files.

Using UCI_UART_1 instead of UCI_HSSPI resulted in a successful build without issues.