Jake Carter

Results 112 comments of Jake Carter

Hi @alessandro-montanari, I will check with our hardware designers and internal tickets to see if there are any known issues with that bit. At the moment I would say continue...

@alessandro-montanari I know it has been some time on this issue... apologies for the delay. I have actually been in the process of transitioning out of ADI and am cleaning...

Thanks @eshankn, you're right. I have fallen a little behind in the maintenance of the `--riscv` option for the project generators. I just need to update the repo with the...

@eshankn I've just opened a PR that should fix the issue. To answer your question on the Eclipse environment - Eclipse sources the `setenv` script on startup. You can find...

@eshankn the `--riscv` option tells the synthesis tool to generate code for the RISC-V core, and generates a set of Makefiles for generating a combined .elf file for both cores....

Thanks @eshankn, still working on this. It's actually not very straightforward to update the project generator to a nested structure... Much of the core architecture is built around the assumption...

See https://analog-devices-msdk.github.io/msdk/USERGUIDE/#completing-the-installation-on-macos

`output-sync=target` prevents parallel builds from mangling the terminal output, which is a good feature that makes parallel builds actually usable. I'm in favor of including the Make 4.x binaries in...

Closing as we move towards an installer that packages make for all platforms

@rschoop For the async case I see in your request struct you still have UART1 for the read request. Set it to UART2 and you should at least get the...