analogdevicesinc / msdk

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

fix(Other): MAX32657: Update NVIC_PRIO_BITS as 3 #1054

Closed ozersa closed 1 week ago

ozersa commented 1 week ago

Description

NB priority bits shall be 3 as per of documentations image

More detail here: https://jira.analog.com/browse/WALLEYESW-217 @BobbyCounts found this issue.

For 4 bits configuration assertion fail occurs in zephyr sdk side for multiple drivers.

Checklist Before Requesting Review

@KenJ-Analog FYI.