analogdevicesinc / msdk

Software Development Kit for Analog Device's MAX-series microcontrollers
Apache License 2.0
60 stars 76 forks source link

fix(PeriphDrivers): Add GPIO Chip Select Configuration for MAX32665 SPI driver #877

Closed Brandon-Hurst closed 6 months ago

Brandon-Hurst commented 6 months ago

Description

fixes #396 . Add Chip Select configuration to MXC_SPI_Init using pre-existing me14_pins gpio cfg structs. SPI Example tested showing successful transactions and proper SPI Chip Select Behavior.

image 2024-01-15-121307 Second image shows green LED1 on EVK, which indicates a successful run of the SPI example.

Types

fix

Scopes

PeriphDrivers

Jake-Carter commented 6 months ago

Hey @Brandon-Hurst just some formatter/linter errors in the auto checks. See Style Guide

Brandon-Hurst commented 6 months ago

Hey @Brandon-Hurst just some formatter/linter errors in the auto checks. See Style Guide

Thanks Jake, I fixed these with a new commit. Just a line of extra whitespace caused it to complain. Let me know if I need to squash and I can do that later to get this in.

Jake-Carter commented 6 months ago

Thanks Brandon, no worries on the squash. We squash and merge into main