You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error indicates a problem with cmsis - __disable_irq is used in the serial_api.c which is not compatible with IAR - there was added __disable_irq_iar(). It should probably not have iar prefix? Plus the cache functions are neither implemented for IAR.