How do I add STM32F417VG to uVision as a device under Project > Select Device?
Where do I find options/parameters specific to STM32F417VG?
Actually the STM32F417VG is already in uVision database in the current MDK-ARM 4.60.
Just use the latest MDK-ARM and the device should already appear in the device list.
Ok I did that and now I get error Flash download failed - Cortex M4
I got a whole bunch of errors
Contents mismatch at: 0800005EH (Flash=FFH Required=00H) ! Contents mismatch at: 0800005FH (Flash=FFH Required=08H) ! Contents mismatch at: 08000060H (Flash=FFH Required=B7H) ! Contents mismatch at: 08000061H (Flash=FFH Required=01H) ! Contents mismatch at: 08000062H (Flash=FFH Required=00H) ! Contents mismatch at: 08000063H (Flash=FFH Required=08H) ! Too many errors to display !
where do I look to clear up these errors?
Did you actually do a flash download (Flash->Download)? Did you properly select the flash algorithm? (Options for Target->Utilities->Settings)
finally i figured out, nothing wrong with the program, i just needed to change the debugger profile -_- thanks!