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
Created a custom variant of a F412RET6 and kept getting compiler errors. Apperently timer.h assumes that all but L1 and F1 series has a DAC (see row 61-69 in timer.h) which is not correct. Maybe add a check for those certain models or maybe check if HAL_DAC_MODULE_ENABLED is defined?