Detailed programming reference for specific boards?
Are there register programming references for specific boards?
Its really confusing when there are a whole bunch of "STM32" cpus, that i would think should share common register offsets, but STM32F4 has completely different offsets from STM32L4, for example.
(I'm mostly interested in the GPIO, for led and button)
So far, the best I've been able to do, is try to reverse-engineer the combined headers.
But there are so many layers, its confusing.
I'm trying to write assembly, so using the headers as-is, is not possible.
My specific products of interest are
- Nucleo-ST32F401RE
- Nucleo-ST32L476 (VG?)
