-
Notifications
You must be signed in to change notification settings - Fork 127
Closed
Labels
Description
Answers checklist.
- I have read the component documentation ESP-IDF Components and the issue is not addressed there.
- I am using target and esp-idf version as defined in component's idf_component.yml
- I have searched the issue tracker for a similar issue and not found any related issue.
Which component are you using? If you choose Other, provide details in More Information.
Other
ESP-IDF version.
5.0.4
Development Kit.
Custom board
Used Component version.
rathisonika/spi_nand_flash 0.0.7 and espressif/spi_nand_flash 0.1.0
More Information.
First of all thank you for this very useful extension for me.
I use a W25N01GVZEIG flash which works very well on its own.
But I also use a w5500 ethernet spi module on the same spi bus. The two together don't work. After some research I think I found the problem. In the "spi_nand_execute_transaction" function I replaced "spi_device_transmit" by "spi_device_polling_transmit" and everything works now.
BTW : I can't compile espressif/spi_nand_flash 0.1.0 I always get "dhara/map.h" not found
Reactions are currently unavailable