Jake Carter

Results 112 comments of Jake Carter

@sullivanmj We're starting to take some chunks out of our backlog again. Yours is top of the queue. I've got an [Adafruit module](https://www.adafruit.com/product/4716) on the way which should get here...

@sullivanmj I've fixed the issue. The main problem is that our drivers did not deal with NACKs from the slave on the RX side of the DMA I2C transactions. I'm...

@sullivanmj great, thanks for testing! Good catch on the reset function - I did not reset the RX-related fields. ```C int MS8607_Reset(void) { uint8_t tx_buf = MS8607_CMD_RESET_RH; g_req.addr = ADDR_RH;...

@sullivanmj FYI just went with a basic API for routing things to "hard" DMA handlers for DMA0/DMA1. See https://github.com/analogdevicesinc/msdk/pull/1109/commits/7e8df444530b631010bddf427424a0f2d19bcd3d Should have this reviewed and merged into main in the next...

Hi @yuval5295, have you ever been able to program the board? Or this is the error you're seeing on a first-time attempt?

Do you have a jumper installed on JP1 (labelled "Target VDD")? You'll need to select either 3.3V or 1.8V. Either setting should work, but you'll need to select at least...

We re-tested with a board on our side and that latest PICO firmware you're using should work. Can you run the following command from your VS Code terminal, and paste...

@yuval5295 looks like the image didn't make it to the ticket from the email. Can you paste in the terminal output, or attach the image to the ticket on Github?

Sorry, still not showing: ![image](https://github.com/analogdevicesinc/msdk/assets/38844790/548e2cea-35b0-4b38-a97e-36cfb691266d) Can you paste the actual terminal output? `CTRL+SHIFT+C` should let you copy from the VS Code terminal

Alternatively you can run ```shell openocd -s $MAXIM_PATH/Tools/OpenOCD/scripts -f interface/cmsis-dap.cfg -f target/max32660.cfg -c "init;reset halt" -d3 > openocd_log.txt 2>&1 ``` and attach "openocd_log.txt"