Stcube header updates, but old problems.
Hello,
device headers of new release STM32Cube_FW_F2_V1.7.0 still have defines like
#define GPIO_AFRH_AFSEL13_1 ((uint32_t)0x00200000U)
I reported this misuse for uint32_t in the headers several time, with most other headers removing the superfluous and harmfull 'uint32_t'. Does the F2 header team not care about problems reported to other teams?
Otherwise F205 and F207 still reports a HASH_RNG_IRQ
HASH_RNG_IRQn = 80 /*!< Hash and Rng global interrupt */
} IRQn_Type;while the Hash is non-functional in F205/F207.