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.

RTOS/LAUNCHCC3220MODASF: To use SD card and NWP

Part Number: LAUNCHCC3220MODASF

Tool/software: TI-RTOS

Hi

I am using CC3220MODASF module.

Is there a way to use NWP and SD card in sdio mode together.

  • Hi,

    What you want to say to "use together"? NWP have own storage in sFlash (SPI flash) and cannot use SD Card. SD card is under control of application processor (your code).

    Jan

  • Hi Nishi,

    Jan is correct, you cannot directly interface with an SD card from the NWP. You will have to handle this in your application code. You can check out the SD driver example in the examples/*/*/drivers/sdraw folder in the SDK.

    Best regards,
    Sarah
  • Hi Hnz,

    Actually I am working in sys config project abd there it is showing conflict in the pins of NWP and SD card as both have same pins.Can you provide me with some solution as I need to use both together in one code. 

  • Hi,

    Please provide screenshot. It may to be some bug in sysconfig. Because spins FLASH_SPI_* and LSPI_* pins are reserved for NWP usage and cannot be used for SD card connection.

    Jan
  • Hi Nishi,

    This is a known issue in SysConfig that will be fixed in future versions. The host driver requires the structures created by adding a SPI peripheral in SysConfig, but this currently reserves the external SPI pins that you may need for something else.

    For now, you can switch to device mode to try to work around this conflict. Please see this thread about switching to device mode: e2e.ti.com/.../796985

    You can also use a non-SysConfig example and assign pins directly in the CC3220x_LAUNCHXL files or using the PinMux tool.

    Best regards,
    Sarah