2020-01-11 08:08 PM
I cannot find the ??-> STM32F405Rx_User_Manual <-?? in the STM32F4xx_HAL_Driver package in the STM32Cube_FW_F4_V1.24.2 in my repository. Is it available? Also I would like one for the STM32F4 Discovery's 407VGT6 MCU as well, but the 405RGT6 would suffice.
Solved! Go to Solution.
2020-01-11 08:33 PM
The 'F417 covers both 'F407 and 'F405 (the 1 in second digit denotes "has CRYPTO" and 7 instead of 5 in third digit denotes "has ETH").
JW
2020-01-11 08:33 PM
The 'F417 covers both 'F407 and 'F405 (the 1 in second digit denotes "has CRYPTO" and 7 instead of 5 in third digit denotes "has ETH").
JW
2020-01-11 08:48 PM
Excellent, thank you for the quick reply. I was using the other user manuals and just trying to avoid features that were not present in the 405/407's but was afraid I way run into issues if I missed something. Will just avoid Ethernet and Cryptography in the 417's manual.
They could maybe incorporate the covered MCU's in the Main Page of the manuals for clarity.
Thanks again!