Dear MicroController,
Thanks a lot for your answer! Reinstalling the driver seems a bad way for me due to it's regularity. I'll try to use regular UART so.
Search found 9 matches
- Sat Oct 18, 2025 5:52 pm
- Forum: ESP-IDF
- Topic: Using UHCI and regular UART at same time
- Replies: 2
- Views: 1246
- Thu Oct 16, 2025 6:12 pm
- Forum: ESP-IDF
- Topic: Using UHCI and regular UART at same time
- Replies: 2
- Views: 1246
Using UHCI and regular UART at same time
Dear all,
Could you help me to understand an ability of using the regular UART RX and UHCI RX at same time?
Some more information about the task. Now I use regular UART RX and TX to spelling with my PC with some commands and answers. I want to change RX mode from UART to UCHI after sending some ...
Could you help me to understand an ability of using the regular UART RX and UHCI RX at same time?
Some more information about the task. Now I use regular UART RX and TX to spelling with my PC with some commands and answers. I want to change RX mode from UART to UCHI after sending some ...
- Mon Jul 21, 2025 7:33 am
- Forum: ESP-IDF
- Topic: I2c driver fail after esp_restart()
- Replies: 3
- Views: 2415
Re: I2c driver fail after esp_restart()
Dear all,
Based on ESP32-S3 TDS ("Reset and Clock" section), full restart of the chip with periphery can be made via set RTC_CNTL_SW_SYS_RST bit of RTC_CNTL_RTC_OPTIONS0_REG register by the command REG_WRITE(0x60008000, 1ul<<31).
To find right procedure for other ESP chips see TDS for the chip.
Based on ESP32-S3 TDS ("Reset and Clock" section), full restart of the chip with periphery can be made via set RTC_CNTL_SW_SYS_RST bit of RTC_CNTL_RTC_OPTIONS0_REG register by the command REG_WRITE(0x60008000, 1ul<<31).
To find right procedure for other ESP chips see TDS for the chip.
- Mon Jul 21, 2025 6:48 am
- Forum: Hardware
- Topic: Availability of Xtensa core extensions in ESP32-S3
- Replies: 7
- Views: 574
Re: Availability of Xtensa core extensions in ESP32-S3
Thanks for the answer! Now it's clearer to me. And another question: I don't quite understand how many registers are in the ESP32-S3. For example, the TDS specifies the number of QRs for 8, but does that mean 8 per core or 8 per chip?
- Thu Jul 17, 2025 11:26 am
- Forum: Hardware
- Topic: Availability of Xtensa core extensions in ESP32-S3
- Replies: 7
- Views: 574
Availability of Xtensa core extensions in ESP32-S3
Dear all,
I have some misunderstanding about Xtensa core used in ESP32-S3.
According to Xtensa Instruction Set Architecture the boolean registers, boolean operations and some "TIE" extensions (like FLIX and SIMD) can be presented in some Xtensa LX chips. But as far as I understood, it is options ...
I have some misunderstanding about Xtensa core used in ESP32-S3.
According to Xtensa Instruction Set Architecture the boolean registers, boolean operations and some "TIE" extensions (like FLIX and SIMD) can be presented in some Xtensa LX chips. But as far as I understood, it is options ...
- Wed Jun 18, 2025 12:51 pm
- Forum: ESP-IDF
- Topic: I2c driver fail after esp_restart()
- Replies: 3
- Views: 2415
Re: I2c driver fail after esp_restart()
Dear all,
Has appeared any way to reset the I2C? I tried both i2c_driver_delete and i2c_master_bus_reset as well as used the WatchDog timer to reset my ESP32-S3, but all procedures makes I2C unusable until total power off, using RST pin or using idf in flash mode.
Has appeared any way to reset the I2C? I tried both i2c_driver_delete and i2c_master_bus_reset as well as used the WatchDog timer to reset my ESP32-S3, but all procedures makes I2C unusable until total power off, using RST pin or using idf in flash mode.
- Thu Dec 26, 2024 8:14 am
- Forum: ESP-IDF
- Topic: RSQRT on ESP32
- Replies: 4
- Views: 1512
Re: RSQRT on ESP32
You are absolutely right. I mean there is better software algorithm whish was incorporated into esp-idf maybe. As well as, if I'm correct, in the CPU may be hardware RSQRT command which is can be used and also incorporated into esp-idf.
- Wed Dec 25, 2024 11:22 am
- Forum: ESP-IDF
- Topic: RSQRT on ESP32
- Replies: 4
- Views: 1512
Re: RSQRT on ESP32
Thanks for your answer!
I mean is there a hardware or software implementation of "Fast inverse square root" algorithm on ESP32?
https://en.wikipedia.org/wiki/Fast_inverse_square_root
I mean is there a hardware or software implementation of "Fast inverse square root" algorithm on ESP32?
https://en.wikipedia.org/wiki/Fast_inverse_square_root
- Tue Dec 24, 2024 9:11 am
- Forum: ESP-IDF
- Topic: RSQRT on ESP32
- Replies: 4
- Views: 1512
RSQRT on ESP32
Dear all,
Could you help me, is there an RSQRT (single precision) hardware or software function in ESP-IDF? I can't find information about it.
Could you help me, is there an RSQRT (single precision) hardware or software function in ESP-IDF? I can't find information about it.