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.

CCS / CC3200MODLAUNCHXL: how to communicate with external flash mamory, lfor example AT45DB321E

Part Number: CC3200MODLAUNCHXL
Other Parts Discussed in Thread: CC3200

Tool/software: Code Composer Studio

Hello, sorry for my bad english. I'm asking for help, I need to write a buffer that contains sound in a hex form. What function can I lower the CS level, then I send an array with bytes pointing to the record and the location in which information and information will be written, in advance, thanks

  • Hi,

    As a start point you could use spi_demo example from CC3200 SDK. In this demo is shown how can be SPI peripheral at CC3200 used.

    Description of Driverlib APIs you find at - \cc3200-sdk\docs\CC3200-Peripheral_Driver_Library_User's_Guide.chm

    Jan