Results 627 comments of Alan C. Assis

@shijogeorge24 try to send the same I2C command that is failing using TivaWare as Nathan suggested, maybe it could be some hardware issue.

@shijogeorge24 I2C is not a kind of bus for long distance applications. You can try these ideas to improve the signal integrity: 1) use a low value pull up resistors:...

@shijogeorge24 did you get it working? If so, please close this issue

@anchao I think the magic flag is useful to search where the ramlog starts in the memory in case where someone is debug NuttX bringup and doesn't have serial console...

@TimJTi it is something that never was suppose to work

@TimJTi maybe we can do a test submitting a PR with same code to double check. Maybe nxstyle in our machine catch it, but in the CI ignoring it.

@masayuki2009 @xiaoxiang781216 @yf13 please take a look

This is the first time I try to use it with gdb-multiarch, in the past I tested using arm-none-eabi-gdb all steps here: https://acassis.wordpress.com/2021/03/04/using-qemu-with-gdb-to-debug-nuttx/