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?
The text was updated successfully, but these errors were encountered:
Hi @InternetAthiest
Could you share your variant, please?
HAL_DAC_MODULE_ENABLED is not the right thing to check. You can have DAC and module disabled.
fpistm
added a commit
to fpistm/Arduino_Core_STM32
that referenced
this issue
Oct 30, 2019
Uh oh!
There was an error while loading. Please reload this page.
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?
The text was updated successfully, but these errors were encountered: