stm32-data
stm32-data copied to clipboard
Adding STM32U5 ADC4 support
I've been following the guide to try and get the ADC4 working but I'm a bit confused with the Register cleanup section, if I get a field in a register that is a single bit value, how should I convert it so its a true/false item instead of a useless enum, soame thing for the arrays, I can't find these DeleteEnums, MakeRegisterArray, etc. chiptool transforms.
Am I missing something obvious here?