[pyocd] Target type stm32f401retx를 인식 할 수 없다는 에러 발생 시 해결 방법

2022. 10. 12. 20:41프로젝트 로그/테스트x솔루션 JIG 개발기

반응형

문제 발생

pyocd를 이용하여 Target MCU에 Flash Write를 수행 하는 중, 아래와 같은 에러가 발생 하였다.

 

Exception : Target type stm32f401retx not recognized. Use 'pyocd list --targets' to see currently available target types. See <https://pyocd.io/docs/target_support.html> for how to install additional target support.

 

해결 방법

아래 명령 수행하여 pyocd package를 설치 한다.

pyocd pack install stm32f401retx

 

 

반응형