2015-04-23 01:03 AM
apparently to this link https://www.youtube.com/watch?v=_QXoTNP9GIw to write code for SM32F3VC
i download standard library for st ( CMSIS ) right here http://www.st.com/web/en/catalog/tools/PF258144and try to find core_cm3.c in CM3 folder but i cant find it in CMSIS folder that i downloaded even thought i tried to very times which many have CMSIS folder please help me hizzzz !!!!2015-04-24 06:08 AM
Hi,
STM32F3 is based on Cortex-M4 with FPU core.core_cm4.h has to be used for F3, and it is available in the CMSIS package.If it is missed, this should be an issue with downloaded package (lack of space...).-Mayla-To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.