msdk
msdk copied to clipboard
Software Development Kit for Analog Device's MAX-series microcontrollers
### Description - Update SVD files for MAX32655/MAX32690 - Added libphy v2 - Added vendor specific HCI commands to take advantage of new features - Refactor existing RF Test and...
Function : int MXC_SPI_Init(mxc_spi_regs_t *spi, int masterMode, int quadModeUsed, int numSlaves, unsigned ssPolarity, unsigned int hz) File : PeriphDrivers/Source/SPI/spi_me10.c This SPI init function for ME10 configures Slave Select(SSEL) 0 pin...
### 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...
Hi , I am working on MAX78002 Evkit. I worked on CameraIF with OV7692 camera, it was worked. Then i want to get input from GPIO ports. After that, i...
**Board**: devkit max78002 **In short**: I took the provided [CSI2 example](https://github.com/analogdevicesinc/msdk/tree/main/Examples/MAX78002/CSI2), implemented "standby mode", and added the call to `int mipi_camera_sleep(int sleep)`. While the wake/sleep cycle seems to work well,...
### 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...
Board - Max32670 Files: - MaximSDK\Libraries\PeriphDrivers\Source\SYS\sys_me15.c - MaximSDK\Libraries\PeriphDrivers\Include\MAX32670\mxc_sys.h Affected versions that I checked: - February 2024 Release - main branch The docstring for `MXC_SYS_GetUSN` states that the parameter `usn` must...
## Pull Request Template ### Description Only cleaning up duplicates in facial_recognition (MAX78002 CNN Examples) no functional change (header files have include guards so this is just a code cleanup)....
Hey, I was running Hello_World example on it But I can't flash my board, it is giving the error: **Remote communication error. Target disconnected.:** I am using VS (Eclipse made...
I am trying to get I2C working with DMA on a MAX32666 and finding that it does not work. I set up my code based on the example at https://github.com/analogdevicesinc/msdk/tree/main/Examples/MAX32665/I2C...