Hello,
We have made a custom board with TMS320C6678 with SPI NOR flash as boot flash(N25Q256A),
when i am trying to read manufacturer id i am getting 00, so kindly need your help.
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.
Hello,
We have made a custom board with TMS320C6678 with SPI NOR flash as boot flash(N25Q256A),
when i am trying to read manufacturer id i am getting 00, so kindly need your help.
Hi Sanjay Pawar,
I do not how are you reading the manufacture id however please use the processor sdk example projects for the same.
CCS Project: ~ti\pdk_c667x_2_x_x\packages\MyExampleProjects\SPI_BasicExample_C6678_c66xExampleProject
Example: ~ti/drv/spi/example/spi_flash/src/main_spi_flash_read_example.c"
Driver: ~ti/drv/spi/test/spi_flash/src/Flash_N25Q/N25Q.c"
Bios Config: ~ti/drv/spi/test/spi_flash/c6678/c66/bios/spi_test.cfg"
Thank you.