tmedicci commented on issue #12897:
URL: https://github.com/apache/nuttx/issues/12897#issuecomment-2284079473

   Hi @FelipeMdeO , 
   
   This feature is constantly tested by our internal CI and we found no related 
issues regarding SPI master. Let's try to debug to find the root cause of the 
issue you reported.
   
   First of all, please try the attached firmware. You can flash it with:
   ```
   esptool.py -c esp32c6 -p /dev/ttyUSB0 -b 921600 write_flash -fs detect -fm 
dio 0x0 nuttx.merged.bin
   ```
   
[build_test_spi_master_esp32c6.zip](https://github.com/user-attachments/files/16582907/build_test_spi_master_esp32c6.zip)
   
   You don't need to make any external connection 
(`CONFIG_ESPRESSIF_SPI_TEST_MODE` is enabled). Just run the same commands and 
you should get the expected result.
   
   That being said, some questions:
   - Which `defconfig` did you use?
   - Which pins did you connect externally?
   
   Finally, can you please enable the following configs:
   ```
   CONFIG_SYSTEM_NXDIAG=y
   CONFIG_SYSTEM_NXDIAG_ESPRESSIF=y
   ```
   
   and, on NuttX, run `nxdiag --all` and share your results, please?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to