2017-11-01 04:54 AM
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.
2017-11-01 09:13 AM
A closer look shows that only F7 and H7 do not use #define and a unistd.h types together, probably as they where created after my first report.
2017-11-02 01:43 AM
Hi
Bonnes.Uwe
,I agree with you that the best practice is to check a reported issue/bug across all families/packages.
Unfortunately, sometimes there is a miss.
These 2 issues are highlighted again to be fixed in new package version. Thanks for help.
-Amel
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.