This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM6442: Missing SPI driver function for memory devices

Part Number: AM6442

Dear TI,

is there any progress in this topic? Will it be included in next SDK? When?

Existing transmit function activates chip select before SPI data transfer and removes it automatically at the end. Gives no chance to chain more transfers under one CS pulse.

It would be nice to be able to control CS behavior at end of transfer by a new member in MCSPI_Transaction structure or somehow at least.

Regards, Kalman

  • Hi Kalman,

    I will forward this question to our software development team. They will get back to you soon.

    Best regards,

    Ming

  • Hi Kalman,

    Currently this functionality is not available in RTOS based driver MCSPI APIs like MCSPI_transfer.

    But you can control this CS using low latency APIs already provided in the MCSPI driver itself. Please refer low latency example available at below path.

    $MCU_SDK_INSTALL_DIR/examples/drivers/mcspi/mcspi_performance_8bit

    Regards,

    Sunil Kumar M S