chirping78

Results 7 comments of chirping78

Usually there are three ways to log something from your F3: 1, semihosting 2, uart

> What is the opcode after disassemble? Are the instructions after using xtensa-esp32s3-elf-objdump consistent with those shown in gdb? @anchao updated the main post with `disassemble /r` which shows the...

As a comparison, here is the disassemble output of xt-clang/xt-gdb, toolchain from cadence, used in a product embedded a hifi4 dsp (which is also LX7 arch based): ``` (xt-gdb) disassemble...

Here is the 3rd evidence (recall that the 1st is disassemble of esp32 gdb and objdump, and 2nd is disassemble of cadence toolchain), this is more serious than first twos....

@tmedicci Could you reproduce the issue I reported here? If yes, could you direct this problem to some one working on esp toolchain?

> Can you please evaluate [#16255](https://github.com/apache/nuttx/pull/16255)? @tmedicci, my test shows that `objdump` is OK now, but `gdb` still has problem. This has already made great progress, but if gdb doesn't...

> [@chirping78](https://github.com/chirping78) , regarding [#16255 (comment)](https://github.com/apache/nuttx/pull/16255#issuecomment-2826294591), can you please share which ESP-IDF version you are using? > > I couldn't reproduce the exact behavior: both gdb and objdump output show...