Jake Carter
Jake Carter
@yuval5295 are you on Windows? Sorry - I used the Linux syntax for environment variables. On Windows it should be: ```shell openocd -s %MAXIM_PATH%/Tools/OpenOCD/scripts -f interface/cmsis-dap.cfg -f target/max32660.cfg -c "init;reset...
Hi @yuval5295, That actually means that the command has successfully connected to the MAX32660. The OpenOCD server has launched and is waiting for a GDB client connection. Essentially it means...
Hey, no problem at all. You can use the [Serial Monitor extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-serial-monitor). This is what I use. Just be aware it has a small quirk - it will send a...
I will go ahead and close this out, but let me know if there's anything else I can help with.
@kenan-balci please test this fix against your findings from MSDK-1264
Thanks for the detailed tests @kenan-balci. Failing at 32 bytes is suspicious in that it's exactly the depth of the SPI FIFO. I notice in the test code that the...
Strange... it seems like data past 32 bytes is at least being read in, but now it's corrupted... Are you able to capture a logic analyzer trace of the pins?...
Thanks @marcrubenstein, I've been able to replicate some issues with the new project wizard as well. On my machine I don't get the exception message, but nothing opens when I...
In the meantime, you can [import examples](https://analogdevicesinc.github.io/msdk//USERGUIDE/#importing-examples) as a workaround
FYI this was an issue with the `setenv.sh` scripts for Linux/MacOS. The logic for auto-settings MAXIM_PATH was failing in some edge cases between bash/zsh. It has been fixed and is...