STM32CUBEIDE 에서
다음과 같은 Warning이 뜨는 경우가 있다.
c:\st\stm32cubeide_1.6.1\stm32cubeide\plugins\com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-stm32.9-2020-q2-update.win32_1.5.0.202011040924\tools\arm-none-eabi\bin\ld.exe: warning: cannot find entry symbol Reset_Handler; defaulting to 0000000008000000
이건 Startup 파일이 없어서 그런 것으로 보임.
즉, 프로젝트 파일이 제대로 생성되지 않은 경우에 발생한다.
Core 폴더 안에
Startup 폴더 안에 startup_stm32xxxxxxx.s 파일을 넣으면
Warning이 없어진다.
'Firmware_Memory > STM32' 카테고리의 다른 글
C compiler warning: 'return' with a value, in function returning void 발생한 경우 (0) | 2022.04.26 |
---|---|
STM32CUBEIDE 에서 This project is not a CDT project 라고 나오는 경우 (0) | 2022.03.15 |
STM32F401RE SW를 사용하여 System Memory Boot 진입 (BOOT0 핀 제외) (0) | 2022.03.15 |
STM32 IAP 이슈 (0) | 2022.03.15 |