2014-11-20 10:11 AM
Hi everyone, I am trying to download some code onto a development board and I know for sure that the code itself works correctly. But I'm getting an error saying that I haven't targeting the board correctly so I wondered if someone could help talk me through the process of targeting a device to ensure my code uploads to the device correctly
2014-11-20 10:29 AM
And you're using what?
2014-11-20 10:36 AM
2014-11-20 01:40 PM
STM32F4 discovery board with keil uVision 4.74
2014-11-20 03:39 PM
Ok, for this ''medium'' to work effectively you have to think very hard as you formulate and present your questions.
Would suggest you download (the red button at the very bottom, ignore other distractions) thehttp://www.st.com/web/en/catalog/tools/PF257904
, which includes working examples and template projects for Keil uv4. Make sure that you select the debug destination using the ''ST-LINK debugger'' and that you select the SWD protocol, and not JTAG I haven't had a problem building code for the STM32 parts, and the STM32F4-DISCO, in Keil and downloading and running them. I'm not sure what failure or error you're experiencing.