2008-06-11 08:03 PM
STM3210B-EVAL Board demonstration software
2011-05-17 03:36 AM
I downloaded the demonstration software (UM0435) from ST websit, when I opened it by IAR EWARM (version is 5.11), and build it, but there is a error! why? the EWARM messege window showed ''Error[Li005]: no definition for __program_start'', how to fix it?
2011-05-17 03:36 AM
This demo is created using version 4.42. So to open it using 5.11 you need use the appropriate startup files(stm32f10x_vector.c,cortexm3_macro.s and *.icf).
This demo is already ported for EWARM5.11 and it's available under IAR directory installation. IAR Systems\Embedded Workbench 5.0\ARM\examples\ST\STM32F10x\STM32-Eval\STM3210B-EVAL_Demo2011-05-17 03:36 AM
Thanks.
2011-05-17 03:36 AM
I have another question, when I want to upload the ''STM3210B-EVAL_Demo.dfu'' image by DfuSe downloaded from ST website, the software can update the firmware to target board in case the firmware was erased according to the ''UM0435.pdf''. But my PC can't know the target board when I plugged into the USB port, the Windows shows a nuknown device, so how to update the firmware by DfuSe? Push KEY button or not when reset the target board, there is no difference, the demonstration software is excuted both.