Search found 3 matches
- Thu Nov 24, 2022 5:27 pm
- Forum: ESP-IDF
- Topic: Change Partition Subtype during runtime
- Replies: 10
- Views: 15077
Re: Change Partition Subtype during runtime
Hi, It is amazng what you have manged. Thanks for sharing. I am planing to repartition my deployed devices in order to support file operations into a new SPIFFS partition. App partitions OTA_0 and OTA_1 shoulf be reduced in size in order to fit the new SPIFFS partition at the end. Current size of pr...
- Wed Sep 28, 2022 9:44 am
- Forum: ESP-IDF
- Topic: Porting NXP NFC Lib to ESP32 (ESP-IDF)
- Replies: 3
- Views: 2878
Re: Porting NXP NFC Lib to ESP32 (ESP-IDF)
Thanks a lot.
That helped me in solving issues with the SPI.
Now, I am struggling with the OS layer.
Regards, Ramon.
That helped me in solving issues with the SPI.
Now, I am struggling with the OS layer.
Regards, Ramon.
- Wed Sep 14, 2022 3:08 pm
- Forum: ESP-IDF
- Topic: Porting NXP NFC Lib to ESP32 (ESP-IDF)
- Replies: 3
- Views: 2878
Porting NXP NFC Lib to ESP32 (ESP-IDF)
Hi, I am trying to integrate an NFC NXP chip with my ESP32 (using ESP-IDF) and I am finding difficultiues when porting the nfc lib provided by NXP. NXP does not provice any support for this integration in terms of porting the lib to ESP32 platform. Both devices are connected via SPI and several GPIO...