Jake Carter

Results 9 issues of Jake Carter

## Issue template - Hardware description: [MAX78000](https://www.analog.com/en/products/max78000.html) / Custom board - RTOS: FreeRTOS - Installation type: micro_ros_setup / custom static library - Version or commit hash: Humble Hello - I'm...

First off - thanks for your work on this extension. We use it at ADI for our [MSDK](https://github.com/analogdevicesinc/msdk), and it's been a much better experience than Microsoft's cpptools. **Describe the...

### Description Fixes #998 As the internal UART state struct was only initialized per _used_ UART instance, attempting to use UART1 (or higher) with DMA auto handlers would never trigger...

### Description Fixes #1006 This PR updates `MXC_SYS_GetUSN` to prevent buffer overflow. The application-side buffer should be `MXC_SYS_USN_LEN`, but we were using `MXC_SYS_USN_CHECKSUM_LEN` which is a larger buffer size with...

MAX32655
MAX32665
MAX32670
MAX32672
MAX32675
MAX32680
MAX32690
MAX78000
MAX78002
MAX32662

### Description This PR updates the SPI Rev A1 DMA drivers to work with read-only and/or asymmetrical transactions (txLen == 0 or txLen < rxLen). Reported by internal Jira [MSDK-1264](https://jira.analog.com/browse/MSDK-1264)...

### Description This PR fixes various I2C DMA issues that are caused by slaves that intentionally NACK their I2C address, such as the [MS8607](https://www.te.com/commerce/DocumentDelivery/DDEController?Action=showdoc&DocId=Data+Sheet%7FMS8607-02BA01%7FB3%7Fpdf%7FEnglish%7FENG_DS_MS8607-02BA01_B3.pdf%7FCAT-BLPS0018). Fixes #987 Ex: ![image](https://github.com/user-attachments/assets/762f0972-6bda-4940-8e4b-9e47feb85ea6) Previously, `MXC_I2C_MasterTransactionDMA`...

### Description This PR adds APS6404 SRAM support to our MiscDrivers. The MAX78002EVKIT has an on-board APS6404 which is primarily used to buffer image data. Previously these were local to...

MAX78000
MAX78002

### Description Fixes #1049 ### Checklist Before Requesting Review - [ ] PR Title follows correct guidelines. - [ ] Description of changes and all other relevant information. - [...

MAX32520
MAX32570
MAX32650
MAX32655
MAX32660
MAX32665
MAX32670
MAX32672
MAX32675
MAX32680
MAX32690
MAX78000
MAX78002
MAX32662
MAX32572

## Pull Request Template ### Description Fixes #1147 ### Checklist Before Requesting Review - [ ] PR Title follows correct guidelines. - [ ] Description of changes and all other...