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.

Clearing Buffer (EEPROM) inside CC3000 chip

Hi


As i was facing issue while communicating with cc3000 to STM32f103, getting stuck after initial communication, i am guessing it is because of internal buffer getting full. So anyone has idea about how to clear internal buffer of cc3000 chip/ EEPROM inside cc3000 chip?

  • Hi,

    What part of internal memory do you think is getting full and why? Can you please explain the scenario when this happens?

    It is not possible to clear any internal buffers of CC3000 from the MCU.
    But to work with EEPROM, you can use the NVMEM APIs available in nvmem.c (nvmem_write/nvmem_read).

    Regards,
    Raghavendra