Filipe do Ó Cavalcanti
Filipe do Ó Cavalcanti
That's odd.. I don't remember seeing that. I'll have a look in the datasheet. Maybe a quick fix would be running a read right after driver instance is created. But...
Hi @acassis. Its not a commercial board. I'm using a Nucleo-144 integrating in a different equipment as a proof of concept. Its just easier for me to version only the...
Hello @TimJTi thanks for the input. Yes I tried. I also applied the modifications in the issue description above. This is really an issue now because I think porting to...
Right, so I got it to compile by reading some issues from `make export` in #10388 Just had to add `CONFIG_ARCH_BOARD_COMMON=y`. I understand that there is a common directory inside...
I'm not sure what would be the expected output with out of tree builds, could be a bug. Could you show the steps you take to build until it fails?...
Go to `nuttx/tools/Unix.mk`and modify the `savedefconfig` instruction (around line 748). Add this line: `$(Q) grep "CONFIG_ARCH_BOARD_COMMON=" .config >> defconfig.tmp; true` Let me know if it works, but should be something...
Thanks for reporting. Is your apps directory also on the correct release? Please share which configuration and board you are using, then I can verify.
Hi Felipe. Can you share the app you've written to test it?
@FelipeMdeO please do this on the slave device: - Remove the `open` and `close` commands from the while loop. Just open once and let it print stuff - Enable `DEBUG_FEATURES`,...
Ok, thanks. I'll look into it.