List of all peripheral registers
Hi all,
Is there any way to retrieve a list of all peripheral registers Address and Names for a specific MCU?
I would like to have it as a json document,
My Approach right now would be to parse the MCU-Specific Header file in STM32 HAL. I would need to do it for many different MCUs, so I am looking for a possibility to have it done without huge manual effort.
I am wondering if there is any easier way to do this, like extract from SMT32CubeIDE? Or maybe it is somewhere available already?
Best Regards,
Dietrich
