Improvement for the definitions of factory calibration values
Inspired from a beginner issues in this topic, I noticed a possible improvements. Let's take an example from a stm32f767xx.h definition file:#define VREFINT_CAL_ADDR_CMSIS ((uint16_t*) (0x1FF0F44A))The first improvement is to add a ...