2011-09-30 03:11 PM
I have a problem with stm32 discovery. I am using IAR 6.21.3 and I constantly get the following error:
Fatal error: Faild to read CPUID from Cortex deviceSession aborted!ST-Link Utility is also giving me an error:No target connectedEverything was running fine up until recently when I changed rcc (rcc_cfgr to be precise) and this error popped up. Since then I can't make any kind of connection with the board.Please, give me some suggestions as to what could have gone wrong and how to fix it. Thanks in advance!2011-09-30 08:02 PM
Get BOOT0 High (SB16 Off), and BOOT1 Low (SB2 On - Default), it will then boot into the system loader instead of your application.
Also be sure to use SWD mode.2011-10-01 10:18 AM
It worked! Thank you so much!