Missing PIE instructions in the TRM for ESP32-S3?
Posted: Sun Sep 03, 2023 11:00 pm
I'm currently writing code using the PIE in ESP32-S3, using the TRM as a reference.
I noticed there appears to be further instructions used in your DSP libs that aren't mentioned in the TRM.
Only in the file https://github.com/espressif/esp-dsp/bl ... es3.S#L126, I see e.g. the instructions mv.qr, ld.qr and st.qr which are not mentioned in the TRM. Can I use them in my code as well without any bad consequences? Are there any other undocumented instructions?
I noticed there appears to be further instructions used in your DSP libs that aren't mentioned in the TRM.
Only in the file https://github.com/espressif/esp-dsp/bl ... es3.S#L126, I see e.g. the instructions mv.qr, ld.qr and st.qr which are not mentioned in the TRM. Can I use them in my code as well without any bad consequences? Are there any other undocumented instructions?